fixes: csa selection dropdown

This commit is contained in:
arpitnath 2023-09-11 21:03:47 +05:30
parent 24ef532925
commit 1c436f3182

View file

@ -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}