diff options
Diffstat (limited to 'viewer/src')
-rw-r--r-- | viewer/src/views/MainLayout.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue index f608b9d..cedef58 100644 --- a/viewer/src/views/MainLayout.vue +++ b/viewer/src/views/MainLayout.vue | |||
@@ -44,7 +44,7 @@ export default class MainLayout extends Vue { | |||
44 | fetchGalleryItems() { | 44 | fetchGalleryItems() { |
45 | this.isLoading = true; | 45 | this.isLoading = true; |
46 | this.$galleryStore | 46 | this.$galleryStore |
47 | .fetchGalleryItems(`${process.env.VUE_APP_DATA_URL}/index.json`) | 47 | .fetchGalleryItems(`${process.env.VUE_APP_DATA_URL}index.json`) |
48 | .finally(() => (this.isLoading = false)) | 48 | .finally(() => (this.isLoading = false)) |
49 | .catch(this.displayError); | 49 | .catch(this.displayError); |
50 | } | 50 | } |