diff --git a/frontend/src/Editor/Inspector/EventSelector.jsx b/frontend/src/Editor/Inspector/EventSelector.jsx index 2a3f4531b7..9e022f5a9d 100644 --- a/frontend/src/Editor/Inspector/EventSelector.jsx +++ b/frontend/src/Editor/Inspector/EventSelector.jsx @@ -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.."