Skip to content

Commit

Permalink
fix(webui): dashboard could show no data while still loading
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Sep 8, 2021
1 parent 4568914 commit 16c35ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export default Vue.extend({
id: this.libraryId,
route: LIBRARY_ROUTE.RECOMMENDED,
})
this.reload()
this.loadAll(this.libraryId)
},
props: {
libraryId: {
Expand Down

0 comments on commit 16c35ab

Please sign in to comment.