From fa6651453ca0a2537589367432cb3679d23a0d1a Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Tue, 10 May 2022 11:52:48 +0800 Subject: [PATCH] [Fix][UI][V1.0.0-Beta] Fix the problem of packing failure. (#9962) (cherry picked from commit 1971d8b3b594e0f20b6801689a44a9eb72c1c90e) --- dolphinscheduler-ui/src/components/form/fields/radio.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dolphinscheduler-ui/src/components/form/fields/radio.ts b/dolphinscheduler-ui/src/components/form/fields/radio.ts index 54810ff563..260756f074 100644 --- a/dolphinscheduler-ui/src/components/form/fields/radio.ts +++ b/dolphinscheduler-ui/src/components/form/fields/radio.ts @@ -39,7 +39,6 @@ export function renderRadio(item: IJsonItem, fields: { [field: string]: any }) { () => h(NSpace, null, () => unref(options).map((option: IOption) => - // @ts-ignore h(NRadio, option, () => option.label) ) )