Browse Source

[Fix][UI Next][V1.0.0-Alpha] Fix the English display problem of timeout alert minute (#8950)

3.0.0/version-upgrade
Devosend 2 years ago committed by GitHub
parent
commit
192086e639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx

2
dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx

@ -209,7 +209,7 @@ export default defineComponent({
show-button={false}
min={0}
v-slots={{
suffix: () => '分'
suffix: () => t('project.dag.minute')
}}
/>
</NFormItem>

Loading…
Cancel
Save