From 37c6c5162ba491e4107998c690a2ffb96e6bf3f0 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Tue, 10 Dec 2024 10:23:50 +0100 Subject: [PATCH] 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 23127a6fe16..c638be18069 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)" /> -