From 0d6e9f8410aefc20f694d1a7a08973fef2008db7 Mon Sep 17 00:00:00 2001 From: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:26:54 +0200 Subject: [PATCH] fix(files_sharing): remove condition on "Others with access" The condition was checking shares.length to display the Others with access component, but shares is filled only on expanding that section, rendering the section never visible. Signed-off-by: Salvatore Martire <4652631+salmart-dev@users.noreply.github.com> --- apps/files_sharing/src/views/SharingInherited.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/src/views/SharingInherited.vue b/apps/files_sharing/src/views/SharingInherited.vue index 809de522d93..d2b86d9a35e 100644 --- a/apps/files_sharing/src/views/SharingInherited.vue +++ b/apps/files_sharing/src/views/SharingInherited.vue @@ -4,7 +4,7 @@ -->