Skip to content

Commit

Permalink
Remove unused async await
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Mar 14, 2022
1 parent 6aad9fe commit 7b3ed32
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ export default {
this.sharedParentDir = sharePathParentOrCurrent
}
},
async mounted() {
await this.loadData()
await this.refreshShareDetailsTree()
mounted() {
this.loadData()
this.refreshShareDetailsTree()
},
asyncComputed: {
preview: {
Expand Down

0 comments on commit 7b3ed32

Please sign in to comment.