mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
feat: Only show show inherited shares section if present
Signed-off-by: nfebe <fenn25.fn@gmail.com>
This commit is contained in:
parent
6f545828ac
commit
afb8c4f071
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
-->
|
||||
|
||||
<template>
|
||||
<ul id="sharing-inherited-shares">
|
||||
<ul v-if="shares.length" id="sharing-inherited-shares">
|
||||
<!-- Main collapsible entry -->
|
||||
<SharingEntrySimple class="sharing-entry__inherited"
|
||||
:title="mainTitle"
|
||||
|
|
|
|||
Loading…
Reference in a new issue