Skip to content

Commit

Permalink
Merge pull request 1Panel-dev#397 from 1Panel-dev/pr@main@fix-bug
Browse files Browse the repository at this point in the history
fix: 修复批量迁移问题
  • Loading branch information
wangdan-fit2cloud committed May 9, 2024
2 parents 3fb6192 + 61819fd commit 8159fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/views/paragraph/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
</el-scrollbar>
<div class="mul-operation border-t w-full" v-if="isBatch === true">
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog">
<el-button :disabled="multipleSelection.length === 0" @click="openSelectDocumentDialog()">
迁移
</el-button>
Expand Down

0 comments on commit 8159fef

Please sign in to comment.