Skip to content

Commit

Permalink
Merge pull request #46995 from nextcloud/backport/46989/stable29
Browse files Browse the repository at this point in the history
[stable29] fix(files): show folder sharing overlay on received shares
  • Loading branch information
susnux committed Aug 2, 2024
2 parents 12e6f0f + b1ca898 commit 3cabd54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions apps/files/src/components/FileEntry/FileEntryPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ export default Vue.extend({
return AccountGroupIcon
case 'collective':
return CollectivesIcon
case 'shared':
return AccountPlusIcon
}
return null
Expand Down
4 changes: 2 additions & 2 deletions dist/files-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/files-main.js.map

Large diffs are not rendered by default.

0 comments on commit 3cabd54

Please sign in to comment.