diff --git a/web/src/app/home/bots/components/bot-form/EventBindingsEditor.tsx b/web/src/app/home/bots/components/bot-form/EventBindingsEditor.tsx index 15f43c255..fa73d62dd 100644 --- a/web/src/app/home/bots/components/bot-form/EventBindingsEditor.tsx +++ b/web/src/app/home/bots/components/bot-form/EventBindingsEditor.tsx @@ -30,7 +30,6 @@ import { CommandInput, CommandItem, CommandList, - CommandSeparator, } from '@/components/ui/command'; import { Select, @@ -293,20 +292,6 @@ function TargetCombobox({ ))} )} - - - select('discard')} - > - - {t('bots.targetDiscard')} - {current === 'discard' && ( - - )} - -