mirror of https://github.com/langgenius/dify.git
fix(1.0): sometimes add tool raise error (#12821)
This commit is contained in:
parent
0b32b1988f
commit
1a313c868d
|
|
@ -72,9 +72,9 @@ const Tabs: FC<TabsProps> = ({
|
|||
searchText={searchText}
|
||||
onSelect={onSelect}
|
||||
tags={tags}
|
||||
buildInTools={buildInTools}
|
||||
customTools={customTools}
|
||||
workflowTools={workflowTools}
|
||||
buildInTools={buildInTools || []}
|
||||
customTools={customTools || []}
|
||||
workflowTools={workflowTools || []}
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue