mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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) => {
|
apps.map((item) => {
|
||||||
appsOptionsList.push({
|
appsOptionsList.push({
|
||||||
name: item.name,
|
name: item.name,
|
||||||
value: item.id
|
value: item.slug
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
return appsOptionsList;
|
return appsOptionsList;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue