mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 23:45:11 +01:00
fix(webui): dashboard could show no data while still loading
This commit is contained in:
parent
4568914ef7
commit
16c35ab6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ export default Vue.extend({
|
||||||
id: this.libraryId,
|
id: this.libraryId,
|
||||||
route: LIBRARY_ROUTE.RECOMMENDED,
|
route: LIBRARY_ROUTE.RECOMMENDED,
|
||||||
})
|
})
|
||||||
this.reload()
|
this.loadAll(this.libraryId)
|
||||||
},
|
},
|
||||||
props: {
|
props: {
|
||||||
libraryId: {
|
libraryId: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue