From c368d828c97ccf7c115c3cccaeac2a92687e49f9 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 30 Nov 2025 14:27:53 +0800 Subject: [PATCH] fix: linter error --- .../components/plugin-installed/plugin-form/PluginForm.tsx | 1 - 1 file changed, 1 deletion(-) 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 { // 保存配置