Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
antimonyGu committed Nov 1, 2024
1 parent be0118b commit a8e7db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-ui/app/search/components/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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}
/>
Expand Down

0 comments on commit a8e7db4

Please sign in to comment.