mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
parent
748fe3b89f
commit
9fbf9923dc
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ export abstract class GenericListComponent<T extends ObjectWithId> implements On
|
||||||
distinctUntilChanged()
|
distinctUntilChanged()
|
||||||
).subscribe(title => {
|
).subscribe(title => {
|
||||||
this._nameFilter = title
|
this._nameFilter = title
|
||||||
|
this.page = 1
|
||||||
this.reloadData()
|
this.reloadData()
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue