Skip to content

Commit a52789f

Browse files
salmart-devbackportbot[bot]
authored andcommitted
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 <[email protected]> [skip ci]
1 parent 461694e commit a52789f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files_sharing/src/views/SharingInherited.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55

66
<template>
7-
<ul v-if="shares.length" id="sharing-inherited-shares">
7+
<ul id="sharing-inherited-shares">
88
<!-- Main collapsible entry -->
99
<SharingEntrySimple class="sharing-entry__inherited"
1010
:title="mainTitle"

0 commit comments

Comments
 (0)