Skip to content

Commit df53198

Browse files
CopilotR0Wi
andcommitted
Fix GlobalSettings TemplateResponse to use valid render type for NC34
Co-authored-by: R0Wi <19730957+R0Wi@users.noreply.github.com>
1 parent ea00e1a commit df53198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Settings/GlobalSettings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
class GlobalSettings implements ISettings {
3737
public function getForm() : TemplateResponse {
38-
return new TemplateResponse(Application::APP_NAME, 'globalSettings', [], 'blank');
38+
return new TemplateResponse(Application::APP_NAME, 'globalSettings', []);
3939
}
4040

4141
public function getSection(): string {

0 commit comments

Comments
 (0)