From 48dc0a059cbe0335d13afb18b4f9e4a8a06c2fb1 Mon Sep 17 00:00:00 2001 From: calvin Date: Sat, 19 Mar 2022 19:44:18 +0800 Subject: [PATCH] [Fix-9015][UI Next][V1.0.0-Alpha] Worked out this issue about failing to assign another project to an existing task group. (#9017) --- .../option/components/form-modal.tsx | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx b/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx index fe1f041c7c..011a366b3e 100644 --- a/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/resource/task-group/option/components/form-modal.tsx @@ -115,18 +115,21 @@ const FormModal = defineComponent({ placeholder={t('resource.task_group_option.please_enter_name')} /> - - + - + /> + + ) + }