mirror of
https://github.com/nextcloud/server.git
synced 2026-06-07 15:53:04 -04: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
e655d444f3
commit
247cd2a280
3 changed files with 5 additions and 3 deletions
|
|
@ -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
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