diff --git a/frontend/src/Editor/Inspector/EventManager.jsx b/frontend/src/Editor/Inspector/EventManager.jsx index 63b14ac135..4c9c0390a7 100644 --- a/frontend/src/Editor/Inspector/EventManager.jsx +++ b/frontend/src/Editor/Inspector/EventManager.jsx @@ -742,11 +742,6 @@ export const EventManager = ({ search={true} onChange={(value) => { handlerChanged(index, 'componentSpecificActionHandle', value); - handlerChanged( - index, - 'componentSpecificActionParams', - getComponentActionDefaultParams(event?.componentId, value) - ); }} placeholder={t('globals.select', 'Select') + '...'} styles={styles}