Skip to content

Commit

Permalink
Add placeholder for back tab.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewjordan committed Jan 28, 2025
1 parent 6abbce2 commit 29f2c38
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pages/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,12 @@ const SearchPage: NextPage = () => {
value={activeTab}
onValueChange={(value) => setActiveTab(value as ActiveTab)}
>
<SearchOptions
tabs={<></>} // placeholder for back tab
activeTab={activeTab}
renderTabList={showStreamedResponse}
/>

<Tabs.Content value="stream">
<Chat />
</Tabs.Content>
Expand Down

0 comments on commit 29f2c38

Please sign in to comment.