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

very good, thanks for your contribution
This commit is contained in:
Devosend 2021-09-22 11:06:15 +08:00 committed by GitHub
parent 7a321505cf
commit 22277517c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>