Fix indent.

This commit is contained in:
Kalila L 2020-10-21 00:57:30 -04:00
parent 4c1de14cbb
commit c1a47878b9

View file

@ -199,7 +199,7 @@ function promptToCreateDomainID() {
// POST the form JSON to the domain-server settings.json endpoint so the settings are saved
postSettings(formJSON, goToNextStep);
}, 'json').fail(function (data) {
}, 'json').fail(function (data) {
if (data && data.status === "failure") {
swal.showInputError("Error: " + data.error);
} else {