mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fixes: csa selection dropdown
This commit is contained in:
parent
24ef532925
commit
1c436f3182
1 changed files with 0 additions and 5 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue