mirror of
https://github.com/langgenius/dify.git
synced 2026-04-01 11:29:52 +08:00
keep panel show after tool selecting
This commit is contained in:
parent
90b390346b
commit
dfe69a9c13
@ -119,7 +119,7 @@ const ToolSelector: FC<Props> = ({
|
||||
},
|
||||
}
|
||||
onSelect(toolValue)
|
||||
setIsShowChooseTool(false)
|
||||
// setIsShowChooseTool(false)
|
||||
}
|
||||
|
||||
const handleDescriptionChange = (e: React.ChangeEvent<HTMLTextAreaElement>) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user