Merge pull request #46994 from nextcloud/backport/46989/stable28

[stable28] fix(files): show folder sharing overlay on received shares
This commit is contained in:
Ferdinand Thiessen 2024-08-02 21:33:40 +02:00 committed by GitHub
commit 2c1883f152
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View file

@ -211,6 +211,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