mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
fix bug
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user