Skip to content

Commit

Permalink
Merge pull request #46989 from nextcloud/fix/receiving-share
Browse files Browse the repository at this point in the history
fix(files): show folder sharing overlay on received shares
  • Loading branch information
skjnldsv committed Aug 2, 2024
2 parents 08ec209 + 760c37b commit b1a1da1
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 @@ -200,6 +200,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 b1a1da1

Please sign in to comment.