diff --git a/frontend/src/Editor/Inspector/EventManager.jsx b/frontend/src/Editor/Inspector/EventManager.jsx index 9acf254b06..f81256e9fa 100644 --- a/frontend/src/Editor/Inspector/EventManager.jsx +++ b/frontend/src/Editor/Inspector/EventManager.jsx @@ -65,7 +65,7 @@ export const EventManager = ({ if (components[key].component.component === componentType) { componentOptions.push({ name: components[key].component.name, - value: { name: components[key].component.name, id: key }, + value: key, }); } }); @@ -207,7 +207,7 @@ export const EventManager = ({