fix: missing body classes on error pages

This commit is contained in:
Barış Soner Uşaklı
2023-10-08 20:45:11 -04:00
parent 560403a932
commit 54a810dd8e

View File

@@ -157,6 +157,7 @@ ajaxify.widgets = { render: render };
status = 500;
}
if (data.responseJSON) {
ajaxify.data.bodyClass = data.responseJSON.bodyClass;
data.responseJSON.config = config;
}