Skip to content

Commit

Permalink
Merge pull request #860 from endlessm/799-more-silly-wiring
Browse files Browse the repository at this point in the history
Routing: Fix one more page mounting early
  • Loading branch information
dbnicholson authored Sep 28, 2023
2 parents 0ce794f + c543e13 commit df7008a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,9 @@ export function decideDownload(store, grade, name) {
});
} else {
console.debug('Conditions not met to download, assuming as completed.');
router.replace({ name: PageNames.TOPICS_ROOT });
store.commit('CORE_SET_PAGE_LOADING', false);
store.commit('CORE_SET_ERROR', null);
router.replace({ name: PageNames.TOPICS_ROOT });
}
});
}
Expand Down

0 comments on commit df7008a

Please sign in to comment.