Skip to content

Commit

Permalink
Merge pull request #46994 from nextcloud/backport/46989/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(files): show folder sharing overlay on received shares
  • Loading branch information
susnux authored Aug 2, 2024
2 parents e655d44 + 247cd2a commit 2c1883f
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 @@ -211,6 +211,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 2c1883f

Please sign in to comment.