Skip to content

Commit 65d339e

Browse files
committed
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]>
1 parent 461694e commit 65d339e

File tree

10 files changed

+8
-8
lines changed

10 files changed

+8
-8
lines changed

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"

dist/3265-3265.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/3265-3265.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/3265-3265.js.map.license

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/4017-4017.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4017-4017.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/4017-4017.js.map.license

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
4017-4017.js.license

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)