This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch 3.0.0-beta-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git

commit fa6651453ca0a2537589367432cb3679d23a0d1a
Author: Amy0104 <[email protected]>
AuthorDate: Tue May 10 11:52:48 2022 +0800

    [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)
         )
       )

Reply via email to