Skip to content

Commit

Permalink
[Fix][UI][V1.0.0-Beta] Fix the problem of packing failure. (#9962)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1971d8b)
  • Loading branch information
Amy0104 authored and zhongjiajie committed May 11, 2022
1 parent e2b6d02 commit fa66514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dolphinscheduler-ui/src/components/form/fields/radio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
)
Expand Down

0 comments on commit fa66514

Please sign in to comment.