mirror of
https://github.com/nextcloud/server.git
synced 2026-02-23 18:05:02 -05:00
fix(files): show folder sharing overlay on received shares
Signed-off-by: skjnldsv <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This commit is contained in:
parent
12e6f0fd13
commit
b1ca898ffd
3 changed files with 5 additions and 3 deletions
|
|
@ -212,6 +212,8 @@ export default Vue.extend({
|
|||
return AccountGroupIcon
|
||||
case 'collective':
|
||||
return CollectivesIcon
|
||||
case 'shared':
|
||||
return AccountPlusIcon
|
||||
}
|
||||
|
||||
return null
|
||||
|
|
|
|||
4
dist/files-main.js
vendored
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue