Finished speed print setup + addition to print center modal. BOD-229

This commit is contained in:
Patrick Fic
2020-07-31 09:46:03 -07:00
parent 4130bd0bdb
commit 23f8243002
13 changed files with 498 additions and 106 deletions

View File

@@ -22,7 +22,7 @@ export default async function RenderTemplate(templateObject, bodyshop) {
} else {
//No template found.Uh oh.
alert("Error: Template key does not exist.");
//throw new Error("Template key does not exist.");
throw new Error("Template key does not exist.");
}
const { data: contextData } = await client.query({