mirror of https://github.com/langgenius/dify.git
default value for multiple tool selector
This commit is contained in:
parent
8a90a9bd5d
commit
b5ad9a58f7
|
|
@ -25,7 +25,7 @@ type Props = {
|
|||
|
||||
const MultipleToolSelector = ({
|
||||
disabled,
|
||||
value,
|
||||
value = [],
|
||||
label,
|
||||
required,
|
||||
tooltip,
|
||||
|
|
|
|||
Loading…
Reference in New Issue