mirror of
https://github.com/langgenius/dify.git
synced 2026-04-13 22:57:26 +08:00
chore: fix: picker always show
This commit is contained in:
parent
2d960ce401
commit
2d8f6f4a48
@ -113,7 +113,7 @@ const ToolPicker: FC<Props> = ({
|
||||
<PortalToFollowElem
|
||||
placement='top'
|
||||
offset={0}
|
||||
open={true}
|
||||
open={isShow}
|
||||
onOpenChange={onShowChange}
|
||||
>
|
||||
<PortalToFollowElemTrigger
|
||||
|
||||
Loading…
Reference in New Issue
Block a user