From a8e7db4a6574334e32634af2eaf87f37bd09f4d1 Mon Sep 17 00:00:00 2001 From: zzgu Date: Thu, 31 Oct 2024 23:38:32 -0700 Subject: [PATCH] format code --- ee/tabby-ui/app/search/components/search.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ee/tabby-ui/app/search/components/search.tsx b/ee/tabby-ui/app/search/components/search.tsx index 0538d903e375..0d16f5d2d724 100644 --- a/ee/tabby-ui/app/search/components/search.tsx +++ b/ee/tabby-ui/app/search/components/search.tsx @@ -364,7 +364,7 @@ export function Search() { const initialThreadRunContext = initialThreadRunContextStr ? JSON.parse(initialThreadRunContextStr) : undefined - + if (initialMessage) { sessionStorage.removeItem(SESSION_STORAGE_KEY.SEARCH_INITIAL_MSG) sessionStorage.removeItem(SESSION_STORAGE_KEY.SEARCH_INITIAL_CONTEXTS) @@ -864,7 +864,7 @@ export function Search() { className="min-h-[5rem] lg:max-w-4xl" placeholder="Ask a follow up question" isLoading={isLoading} - // isFollowup + isFollowup contextInfo={contextInfoData?.contextInfo} fetchingContextInfo={fetchingContextInfo} />