aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/MainLayout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/MainLayout.vue')
-rw-r--r--viewer/src/views/MainLayout.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/viewer/src/views/MainLayout.vue b/viewer/src/views/MainLayout.vue
index d9ae954..6ef9a3b 100644
--- a/viewer/src/views/MainLayout.vue
+++ b/viewer/src/views/MainLayout.vue
@@ -64,6 +64,7 @@ export default class MainLayout extends Vue {
64 this.isLoading = true; 64 this.isLoading = true;
65 this.$galleryStore 65 this.$galleryStore
66 .fetchConfig() 66 .fetchConfig()
67 .then(this.$uiStore.initFromConfig)
67 .then(this.$galleryStore.fetchGalleryItems) 68 .then(this.$galleryStore.fetchGalleryItems)
68 .finally(() => (this.isLoading = false)) 69 .finally(() => (this.isLoading = false))
69 .catch(this.displayError); 70 .catch(this.displayError);