mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Disable search for event selector
This commit is contained in:
parent
d174f7f32c
commit
fba0df3b3c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ export const EventSelector = ({
|
|||
return { name: action.name, value: action.id };
|
||||
})}
|
||||
value={definition.actionId}
|
||||
search={true}
|
||||
search={false}
|
||||
onChange={(value) => eventUpdated(param, value, extraData)}
|
||||
filterOptions={fuzzySearch}
|
||||
placeholder="Select.."
|
||||
|
|
|
|||
Loading…
Reference in a new issue