Browse Source

[Fix-3338][ui] Fix the warning when user do not fill the node blank (#3349)

* [Fix-3338][ui] Fix the warning when user do not fill the node blank

* Update formModel.vue
pull/3/MERGE
Yichao Yang 4 years ago committed by GitHub
parent
commit
a532d8ed69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js

1
dolphinscheduler-ui/src/js/module/i18n/locale/en_US.js

@ -34,7 +34,6 @@ export default {
'View log': 'View log', 'View log': 'View log',
'Enter this child node': 'Enter this child node', 'Enter this child node': 'Enter this child node',
'Node name': 'Node name', 'Node name': 'Node name',
'Please enter name(required)': 'Please enter name(required)',
'Run flag': 'Run flag', 'Run flag': 'Run flag',
Normal: 'Normal', Normal: 'Normal',
'Prohibition execution': 'Prohibition execution', 'Prohibition execution': 'Prohibition execution',

Loading…
Cancel
Save