backend update

This commit is contained in:
carodej
2020-06-09 18:06:04 +02:00
parent 0b7bc27a5f
commit 95bc310def
48 changed files with 1013 additions and 657 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
required,
},
computed: {
...mapGetters(['app', 'permissionOptions', 'currentFolder']),
...mapGetters(['user', 'permissionOptions', 'currentFolder']),
isFolder() {
return this.pickedItem && this.pickedItem.type === 'folder'
},