Merge pull request #46989 from nextcloud/fix/receiving-share

fix(files): show folder sharing overlay on received shares
This commit is contained in:
John Molakvoæ 2024-08-02 19:41:35 +02:00 committed by GitHub
commit b1a1da10cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -200,6 +200,8 @@ export default Vue.extend({
return AccountGroupIcon
case 'collective':
return CollectivesIcon
case 'shared':
return AccountPlusIcon
}
return null

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long