From 1c789b493032a97dad17282edc091cb70e1ba283 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Sat, 22 Sep 2018 15:42:52 +0200 Subject: [PATCH] Fix hiding loader after succesful request --- .../Resources/Private/Assets/js/components/ProductDetail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/ProductDetail.vue b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/ProductDetail.vue index 563ccae1..6c7f1fef 100644 --- a/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/ProductDetail.vue +++ b/web/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/ProductDetail.vue @@ -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');