Page parameter breaks filtering on mangement pages

Closes #225
This commit is contained in:
Michael Shamoon 2022-03-07 09:45:39 -08:00
parent 9a1075c651
commit 92a1b9d7f9

View File

@ -61,6 +61,7 @@ export abstract class GenericListComponent<T extends ObjectWithId> implements On
distinctUntilChanged()
).subscribe(title => {
this._nameFilter = title
this.page = 1
this.reloadData()
})
}