From 0434f95a1e9bb3c1e0f2e6b34725a572556ac51c Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Sun, 15 Jun 2025 20:51:40 +0800 Subject: [PATCH] fix: tsc build error --- .../workflow/node/ApplyNodeConfigForm.tsx | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/ui/src/components/workflow/node/ApplyNodeConfigForm.tsx b/ui/src/components/workflow/node/ApplyNodeConfigForm.tsx index 72e100db..402f6763 100644 --- a/ui/src/components/workflow/node/ApplyNodeConfigForm.tsx +++ b/ui/src/components/workflow/node/ApplyNodeConfigForm.tsx @@ -8,21 +8,7 @@ import { RightOutlined as RightOutlinedIcon, } from "@ant-design/icons"; import { useControllableValue } from "ahooks"; -import { - AutoComplete, - type AutoCompleteProps, - Button, - Divider, - Flex, - Form, - type FormInstance, - Input, - InputNumber, - Select, - Switch, - Tooltip, - Typography, -} from "antd"; +import { AutoComplete, Button, Divider, Flex, Form, type FormInstance, Input, InputNumber, Select, Switch, Tooltip, Typography } from "antd"; import { createSchemaFieldRule } from "antd-zod"; import { z } from "zod";