mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
fix: creation of events
This commit is contained in:
parent
08c2510a80
commit
3782621f67
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ export const EventManager = ({
|
|||
eventIndex: eventIndex,
|
||||
});
|
||||
setEvents(newEvents);
|
||||
eventsChanged(newEvents, null, false, true);
|
||||
eventsChanged(newEvents, false, true);
|
||||
}
|
||||
|
||||
//following two are functions responsible for on change and value for the control specific actions
|
||||
|
|
|
|||
Loading…
Reference in a new issue