mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
added chunk size edit to the admin
This commit is contained in:
@@ -158,9 +158,10 @@ export default {
|
||||
},
|
||||
canShowAuthor() {
|
||||
return (
|
||||
this.$isThisRoute(this.$route, ['SharedWithMe', 'TeamFolders']) &&
|
||||
this.clipboard[0].data.type !== 'folder' &&
|
||||
this.user.data.id !== this.clipboard[0].data.relationships.creator.data.id
|
||||
this.$isThisRoute(this.$route, ['SharedWithMe', 'TeamFolders'])
|
||||
&& this.clipboard[0].data.type !== 'folder'
|
||||
&& this.clipboard[0].data.relationships.creator
|
||||
&& this.user.data.id !== this.clipboard[0].data.relationships.creator.data.id
|
||||
)
|
||||
},
|
||||
isTeamsHomepage() {
|
||||
|
||||
Reference in New Issue
Block a user