diff --git a/frontend/src/Editor/Inspector/EventSelector.jsx b/frontend/src/Editor/Inspector/EventSelector.jsx index 13d9b24c71..54be16fc2f 100644 --- a/frontend/src/Editor/Inspector/EventSelector.jsx +++ b/frontend/src/Editor/Inspector/EventSelector.jsx @@ -54,7 +54,7 @@ export const EventSelector = ({ apps.map((item) => { appsOptionsList.push({ name: item.name, - value: item.id + value: item.slug }) }) return appsOptionsList;