Browse Source

[FIxBug][JsonSplit] When create process, the version button is set to unavailable #5137 (#5168)

* fix: task page, rename "description" to "desc"

* fix: The default value of field dependence is null.

* fix: frontend compile check

* fix: When create process, the version button is set to unavailable

Co-authored-by: wen-hemin <wenhemin@apache.com>
pull/3/MERGE
wen-hemin 4 years ago committed by GitHub
parent
commit
0edd783373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

1
dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.vue

@ -137,6 +137,7 @@
size="mini"
:loading="spinnerLoading"
@click="_version"
:disabled="$route.params.id == null"
icon="el-icon-info">
{{spinnerLoading ? 'Loading...' : $t('Version Info')}}
</el-button>

Loading…
Cancel
Save