mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 15:21:00 -04:00
fix(admin): Hide empty section for users admin delegation
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
6181754ec8
commit
480ef16946
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class Users implements IDelegatedSettings {
|
|||
}
|
||||
|
||||
public function getSection(): ?string {
|
||||
return 'admindelegation';
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue