From b5ad9a58f7432038d3a21717caf667862bdcf75f Mon Sep 17 00:00:00 2001 From: JzoNg Date: Mon, 30 Dec 2024 10:22:44 +0800 Subject: [PATCH] default value for multiple tool selector --- .../plugin-detail-panel/multiple-tool-selector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx index 6adf26ee79..036aa098ea 100644 --- a/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/multiple-tool-selector/index.tsx @@ -25,7 +25,7 @@ type Props = { const MultipleToolSelector = ({ disabled, - value, + value = [], label, required, tooltip,