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')}