Skip to content

Commit 2c1883f

Browse files
authored
Merge pull request #46994 from nextcloud/backport/46989/stable28
[stable28] fix(files): show folder sharing overlay on received shares
2 parents e655d44 + 247cd2a commit 2c1883f

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

apps/files/src/components/FileEntry/FileEntryPreview.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,8 @@ export default Vue.extend({
211211
return AccountGroupIcon
212212
case 'collective':
213213
return CollectivesIcon
214+
case 'shared':
215+
return AccountPlusIcon
214216
}
215217
216218
return null

dist/files-main.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-main.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)