Skip to content

Commit

Permalink
🐛 Fix(custom): hide rename button if not supported
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #122
  • Loading branch information
Kuingsmile committed Dec 27, 2023
1 parent 1884dba commit e99f789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/manage/pages/bucketPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
</el-button>
</div>
<div
v-if="isShowRenameFileIcon"
@click="handleBatchRenameFile"
>
<el-button type="text">
Expand Down

0 comments on commit e99f789

Please sign in to comment.