From 1c436f3182a37474fce650a90f2dc53f11958a0e Mon Sep 17 00:00:00 2001 From: arpitnath Date: Mon, 11 Sep 2023 21:03:47 +0530 Subject: [PATCH] fixes: csa selection dropdown --- frontend/src/Editor/Inspector/EventManager.jsx | 5 ----- 1 file changed, 5 deletions(-) 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}