From 1e44c671c853168b3cdf40a01f573840a0cb7110 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 10 Dec 2024 10:23:50 +0100 Subject: [PATCH 1/3] fix(SharingEntry): Hide edit button if user can not edit share Signed-off-by: provokateurin --- apps/files_sharing/src/components/SharingEntry.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/files_sharing/src/components/SharingEntry.vue b/apps/files_sharing/src/components/SharingEntry.vue index a03ffab9fa170..ae58855c9b10b 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -28,7 +28,8 @@ :file-info="fileInfo" @open-sharing-details="openShareDetailsForCustomSettings(share)" /> -