mirror of https://github.com/langgenius/dify.git
feat: select box setting
This commit is contained in:
parent
c919823000
commit
31976996f8
|
|
@ -113,7 +113,7 @@ const ToolPicker: FC<Props> = ({
|
|||
<PortalToFollowElem
|
||||
placement='top'
|
||||
offset={0}
|
||||
open={isShow}
|
||||
open={true}
|
||||
onOpenChange={onShowChange}
|
||||
>
|
||||
<PortalToFollowElemTrigger
|
||||
|
|
|
|||
Loading…
Reference in New Issue