Browse Source

[Fix-6228][UI] fix yarn queue dialog bug (#6264)

very good, thanks for your contribution
2.0.7-release
Devosend 3 years ago committed by GitHub
parent
commit
22277517c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue

2
dolphinscheduler-ui/src/js/conf/home/pages/security/pages/queue/index.vue

@ -22,7 +22,7 @@
<el-button size="mini" @click="_create('')">{{$t('Create queue')}}</el-button>
<el-dialog
:title="item ? $t('Edit queue') : $t('Create queue')"
:v-if="createQueueDialog"
v-if="createQueueDialog"
:visible.sync="createQueueDialog"
width="auto">
<m-create-queue :item="item" @onUpdate="onUpdate" @close="close"></m-create-queue>

Loading…
Cancel
Save