mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
team folders page
This commit is contained in:
@@ -44,7 +44,11 @@
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.permission = this.item.permission
|
||||
if (this.item.pivot) {
|
||||
this.permission = this.item.pivot.permission
|
||||
} else {
|
||||
this.permission = this.item.permission
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user