This commit is contained in:
@@ -360,7 +360,9 @@ export default {
|
||||
|
||||
//send request
|
||||
r = await window.$gz.api.upsert("license/trialRequest", vm.request);
|
||||
|
||||
if (r.error) {
|
||||
throw r;
|
||||
}
|
||||
//a string is returned and will start with E1 if it's an error
|
||||
if (r.startsWith("E1")) {
|
||||
throw r;
|
||||
|
||||
Reference in New Issue
Block a user