mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
BugFix: Goto app event action should use app slug
This commit is contained in:
parent
f25868a832
commit
0e78b9dbf2
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ export const EventSelector = ({
|
|||
apps.map((item) => {
|
||||
appsOptionsList.push({
|
||||
name: item.name,
|
||||
value: item.id
|
||||
value: item.slug
|
||||
})
|
||||
})
|
||||
return appsOptionsList;
|
||||
|
|
|
|||
Loading…
Reference in a new issue