From e55e6cc512e9e44586a6cde6ede8eec6500a92ba Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 15 May 2025 01:57:00 +0800 Subject: [PATCH] fix(ui): tsc build error --- .../workflow/node/NotifyNodeConfigFormWebhookConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/workflow/node/NotifyNodeConfigFormWebhookConfig.tsx b/ui/src/components/workflow/node/NotifyNodeConfigFormWebhookConfig.tsx index 917ae3aa..940550b2 100644 --- a/ui/src/components/workflow/node/NotifyNodeConfigFormWebhookConfig.tsx +++ b/ui/src/components/workflow/node/NotifyNodeConfigFormWebhookConfig.tsx @@ -1,5 +1,5 @@ import { useTranslation } from "react-i18next"; -import { Alert, Form, type FormInstance, Input } from "antd"; +import { Alert, Form, type FormInstance } from "antd"; import { createSchemaFieldRule } from "antd-zod"; import { z } from "zod";