diff options
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntry.vue')
-rw-r--r-- | apps/files_sharing/src/components/SharingEntry.vue | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index e4754b86f4f..0eb0029cb54 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -428,9 +428,8 @@ export default { this.share.permissions = permissions if (this.share.hasDownloadPermission !== isDownloadChecked) { this.share.hasDownloadPermission = isDownloadChecked - this.queueUpdate('attributes') } - this.queueUpdate('permissions') + this.queueUpdate('permissions', 'attributes') }, /** |