fix: toggles alignment

This commit is contained in:
Louis 2024-08-26 14:51:43 +07:00
parent 674a6300f0
commit fe7138048f
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -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