Skip to content

Commit b1a1da1

Browse files
authored
Merge pull request #46989 from nextcloud/fix/receiving-share
fix(files): show folder sharing overlay on received shares
2 parents 08ec209 + 760c37b commit b1a1da1

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
@@ -200,6 +200,8 @@ export default Vue.extend({
200200
return AccountGroupIcon
201201
case 'collective':
202202
return CollectivesIcon
203+
case 'shared':
204+
return AccountPlusIcon
203205
}
204206
205207
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)