mirror of
https://github.com/gotson/komga.git
synced 2025-12-29 03:43:43 +01:00
fix(webui): prevent flickering on unknown duplicate pages view load
This commit is contained in:
parent
84253cbac4
commit
c36e10d93d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ export default Vue.extend({
|
|||
hiddenElements: [] as PageHashUnknownDto[],
|
||||
totalElements: 0,
|
||||
page: 1,
|
||||
totalPages: 1,
|
||||
totalPages: 0,
|
||||
sortActive: {key: 'totalSize', order: 'desc'} as SortActive,
|
||||
dialogImage: false,
|
||||
dialogMatches: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue