Skip to content

Commit

Permalink
feat: add search for triggered event
Browse files Browse the repository at this point in the history
  • Loading branch information
topliceanurazvan committed Nov 16, 2023
1 parent 4ed01ab commit e4d618c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const ConditionFormItems = () => {
options={eventsOptions}
disabled={eventsOptions.length === 0 ? true : undefined}
placeholder="Select cluster event"
showSearch
/>
</Form.Item>
);
Expand Down

0 comments on commit e4d618c

Please sign in to comment.