diff --git a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx index c7a83005a..3f563566a 100644 --- a/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx +++ b/frontend/app/components/shared/SessionSearchField/AiSessionSearchField.tsx @@ -240,7 +240,7 @@ function AiSessionSearchField(props: Props) { ), onClick: () => { - changeValue('tab'); + changeValue('ask'); closeTour(); }, },