mirror of
https://github.com/gotson/komga.git
synced 2025-12-20 07:23:34 +01:00
fix(webui): page hash matches dialog would not reset properly
This commit is contained in:
parent
f7dc98aa7e
commit
c0c7b09faa
1 changed files with 3 additions and 1 deletions
|
|
@ -69,7 +69,9 @@ export default Vue.extend({
|
|||
deep: true,
|
||||
},
|
||||
hash(val) {
|
||||
this.options = {}
|
||||
this.options.page = 1
|
||||
this.options.sortBy = []
|
||||
this.options.sortDesc = []
|
||||
this.elements = []
|
||||
this.totalElements = 0
|
||||
this.loadData(val)
|
||||
|
|
|
|||
Loading…
Reference in a new issue