diff --git a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx index ac83aa3bb..d67526da2 100644 --- a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx +++ b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx @@ -17,11 +17,10 @@ import { edit, fetchFilterSearch, } from 'Duck/search'; -import { Icon, Input, Toggler as Switch } from 'UI'; +import { Icon, Input } from 'UI'; import FilterModal from 'Shared/Filters/FilterModal'; -import { SwitchToggle } from '../../ui/Toggler/Toggler'; import OutsideClickDetectingDiv from '../OutsideClickDetectingDiv'; const ASSIST_ROUTE = assistRoute(); @@ -187,7 +186,10 @@ function AiSessionSearchField(props: Props) { }; return (