diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx index d00b65f16d..1be8498788 100644 --- a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx @@ -119,7 +119,7 @@ const ToolSelector: FC = ({ }, } onSelect(toolValue) - setIsShowChooseTool(false) + // setIsShowChooseTool(false) } const handleDescriptionChange = (e: React.ChangeEvent) => {