mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-27 12:29:41 +02:00
fix bug
This commit is contained in:
committed by
Chris Weaver
parent
bf30dab9c4
commit
32a97e5479
@@ -873,6 +873,11 @@ export function AssistantEditor({
|
||||
}`}
|
||||
>
|
||||
<Switch
|
||||
checked={
|
||||
values.enabled_tools_map[
|
||||
searchTool.id
|
||||
]
|
||||
}
|
||||
size="sm"
|
||||
onCheckedChange={(checked) => {
|
||||
setShowSearchTool(checked);
|
||||
|
Reference in New Issue
Block a user