Skip to content

Commit

Permalink
Fix sharesTree error when removing shares in share jail
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Jun 30, 2022
1 parent 971fa87 commit 06f5b47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export default {
client: this.$client,
share: share,
resource: this.highlightedFile,
...(this.currentStorageId && { storageId: this.currentStorageId })
storageId: this.highlightedFile.fileId || this.highlightedFile.id
})
.then(() => {
this.hideModal()
Expand Down

0 comments on commit 06f5b47

Please sign in to comment.