Skip to content

Commit 4b48c53

Browse files
Fix Config Error Screen
Signed-off-by: Phillip Kruger <[email protected]>
1 parent 123ea8e commit 4b48c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/runtime/src/main/java/io/quarkus/runtime/TemplateHtmlBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public TemplateHtmlBuilder(String baseUrl, String title, String subTitle, String
267267
public TemplateHtmlBuilder(String title, String subTitle, String details, List<ErrorPageAction> actions,
268268
String redirect,
269269
List<CurrentConfig> config) {
270-
this(true, null, title, subTitle, details, actions, null, Collections.emptyList());
270+
this(true, null, title, subTitle, details, actions, redirect, config);
271271
}
272272

273273
public TemplateHtmlBuilder(boolean showStack, String baseUrl, String title, String subTitle, String details,

0 commit comments

Comments
 (0)