Skip to content

Commit fc72421

Browse files
committed
fix(app-settings): pass groups as systemGroups
Signed-off-by: Elizabeth Danzberger <[email protected]>
1 parent b1dae2c commit fc72421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/settings/lib/Controller/AppSettingsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public function viewApps(): TemplateResponse {
103103
];
104104
}, $this->groupManager->search('', 5));
105105

106-
$this->initialState->provideInitialState('usersSettings', $groups);
106+
$this->initialState->provideInitialState('usersSettings', [ 'systemGroups' => $groups]);
107107

108108
if ($this->appManager->isEnabledForAnyone('app_api')) {
109109
try {

0 commit comments

Comments
 (0)