Fix hiding loader after succesful request

This commit is contained in:
Björn Fromme
2018-09-22 15:42:52 +02:00
parent 28486cd292
commit 1c789b4930
@@ -75,8 +75,8 @@
this.bookable = json.bookable;
this.altLabel = json.altLabel;
this.altProductLink = json.altProductLink;
this.loading = false;
}
this.loading = false;
EventBus.$emit('tableLoaded');
}, 'json');