Skip to content

Commit

Permalink
Merge pull request #336 from jamebal/dev
Browse files Browse the repository at this point in the history
chore: bump version to v2.10.1
  • Loading branch information
jamebal authored Dec 19, 2024
2 parents 2ca7e64 + b54312c commit c0b8b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jmal-cloud-view",
"version": "2.10.0",
"version": "2.10.1",
"description": "jmalcloud",
"author": "Jmal <zhushilun084@163.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ShowFile/ShowFile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
</el-row>
<span slot="footer" class="dialog-footer-delete">
<div>
<el-button v-if="!permanentDeleteDisable" type="danger" size="small" @click="sweepDeleteFile">彻底删除</el-button>
<el-button v-if="!permanentDeleteDisable" type="danger" size="small" @click="sweepDeleteFile" :loading="deleteLoading">彻底删除</el-button>
</div>
<div>
<el-button size="small" @click="deleteConfirmVisible = false">取 消</el-button>
Expand Down

0 comments on commit c0b8b86

Please sign in to comment.