Skip to content

Commit

Permalink
fix: toggles alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Aug 26, 2024
1 parent 674a630 commit fe71380
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/screens/Thread/ThreadRightPanel/Tools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ const Tools = () => {
<div className="ml-auto flex items-center justify-between">
<Switch
name="use-time-weighted-retriever"
className="mr-2"
checked={
activeThread?.assistants[0].tools[0]
.useTimeWeightedRetriever || false
Expand Down

0 comments on commit fe71380

Please sign in to comment.