Skip to content

Commit

Permalink
Merge pull request #44149 from phillip-kruger/config_error_screen
Browse files Browse the repository at this point in the history
Fix Config Error Screen
  • Loading branch information
phillip-kruger authored Oct 29, 2024
2 parents f7930ce + 4b48c53 commit 94fee46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public TemplateHtmlBuilder(String baseUrl, String title, String subTitle, String
public TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions,
String redirect,
List<CurrentConfig> config) {
this(true, null, title, subTitle, details, actions, null, Collections.emptyList());
this(true, null, title, subTitle, details, actions, redirect, config);
}

public TemplateHtmlBuilder(boolean showStack, String baseUrl, String title, String subTitle, String details,
Expand Down

0 comments on commit 94fee46

Please sign in to comment.