From 186800a843aafd02260fcce513dbc80a0000e402 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 6417ef0b6eaba..7bd8a13814164 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)" /> -