diff --git a/src/components/SideBar.vue b/src/components/SideBar.vue index 94dea685..f188e522 100644 --- a/src/components/SideBar.vue +++ b/src/components/SideBar.vue @@ -204,8 +204,9 @@ export default { this.$refs.content.style['overflow-y'] = 'scroll' }).catch((result) => { this.sciCrunchError = result.message + }).finally(() => { + this.loadingCards = false }) - this.loadingCards = false }, disableCards: function(){ if(this.$refs.content){