From 5d1cbc602f7cd8f730ebccd1c9228e03e0edeb80 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 6417ef0b6ea..7bd8a138141 100644 --- a/apps/files_sharing/src/components/SharingEntry.vue +++ b/apps/files_sharing/src/components/SharingEntry.vue @@ -45,7 +45,8 @@ :file-info="fileInfo" @open-sharing-details="openShareDetailsForCustomSettings(share)" /> -