mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Add alert type for default event handler (#1572)
This commit is contained in:
parent
63cc923aae
commit
16f225e3d1
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ export const EventManager = ({
|
|||
eventId: Object.keys(componentMeta.events)[0],
|
||||
actionId: 'show-alert',
|
||||
message: 'Hello world!',
|
||||
alertType: 'info',
|
||||
});
|
||||
eventsChanged(newEvents);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue