Skip to content

Commit

Permalink
Merge pull request #590 from nextcloud/feat/root
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Sep 16, 2022
2 parents 915f2cb + 7ba1789 commit 790edc3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/components/UploadPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,8 @@ export default {
},
beforeMount() {
if (this.destination) {
this.setDestination(this.destination)
}
if (this.root) {
this.setRoot(this.root)
}
this.setDestination(this.destination)
this.setRoot(this.root)
this.setContext(this.context)
logger.debug('UploadPicker initialised')
Expand Down

0 comments on commit 790edc3

Please sign in to comment.