feat: improve cms event types (#769)
This commit is contained in:
committed by
GitHub
parent
b967b61e51
commit
4444dd791c
@ -232,7 +232,7 @@ const App = ({
|
||||
|
||||
useEffect(() => {
|
||||
setTimeout(() => {
|
||||
invokeEvent({ name: 'mounted' });
|
||||
invokeEvent('mounted');
|
||||
});
|
||||
}, []);
|
||||
|
||||
|
Reference in New Issue
Block a user