Fix hiding loader after succesful request
This commit is contained in:
@@ -75,8 +75,8 @@
|
|||||||
this.bookable = json.bookable;
|
this.bookable = json.bookable;
|
||||||
this.altLabel = json.altLabel;
|
this.altLabel = json.altLabel;
|
||||||
this.altProductLink = json.altProductLink;
|
this.altProductLink = json.altProductLink;
|
||||||
this.loading = false;
|
|
||||||
}
|
}
|
||||||
|
this.loading = false;
|
||||||
EventBus.$emit('tableLoaded');
|
EventBus.$emit('tableLoaded');
|
||||||
}, 'json');
|
}, 'json');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user