mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
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>
This commit is contained in:
parent
7f31b6f298
commit
0d6e9f8410
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
|
||||
<template>
|
||||
<ul v-if="shares.length" id="sharing-inherited-shares">
|
||||
<ul id="sharing-inherited-shares">
|
||||
<!-- Main collapsible entry -->
|
||||
<SharingEntrySimple class="sharing-entry__inherited"
|
||||
:title="mainTitle"
|
||||
|
|
|
|||
Loading…
Reference in a new issue