From 257380467e42100589d8d0533633eafec42dc4fd Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Sun, 24 Apr 2022 17:56:10 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Beta] Set the timout label to not show. (#9710) --- .../projects/workflow/components/dag/dag-save-modal.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx index beafcc4d49..8379da16fe 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx @@ -209,7 +209,7 @@ export default defineComponent({ {formValue.value.timeoutFlag && ( - + {props.definition && !props.instance && ( - + {t('project.dag.online_directly')} )} {props.instance && ( - + {t('project.dag.update_directly')}