major UI/UX overhaul, a few minor bug fixes
This commit is contained in:
@@ -540,7 +540,7 @@ function buildTemplateBody(template, replacements) {
|
||||
try {
|
||||
return JSON.parse(filled);
|
||||
} catch {
|
||||
throw new Error("Invalid request template JSON." + filled);
|
||||
throw new Error("Invalid request template JSON.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user