diff --git a/web/src/app/home/plugins/components/plugin-installed/plugin-form/PluginForm.tsx b/web/src/app/home/plugins/components/plugin-installed/plugin-form/PluginForm.tsx index b85d09ec..d7931df6 100644 --- a/web/src/app/home/plugins/components/plugin-installed/plugin-form/PluginForm.tsx +++ b/web/src/app/home/plugins/components/plugin-installed/plugin-form/PluginForm.tsx @@ -63,7 +63,6 @@ export default function PluginForm({ const handleSubmit = async () => { setIsLoading(true); - const isDebugPlugin = pluginInfo?.debug; try { // 保存配置