This commit is contained in:
2019-03-07 18:34:13 +00:00
parent 399143cc70
commit c4611a2500
5 changed files with 7 additions and 12 deletions

View File

@@ -77,7 +77,7 @@ export default {
.then(() => (this.formReady = true))
.catch(err => {
this.formReady = true; //show the form anyway so we know what's what
throw err;
this.$gzerror(err);
});
},
data() {