mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
chore: fix typings
This commit is contained in:
@@ -351,7 +351,7 @@ export default abstract class PaginatedListState<T extends Model, P extends Pagi
|
||||
);
|
||||
}
|
||||
|
||||
changeFilter(key: string, value: string) {
|
||||
changeFilter(key: string, value: any) {
|
||||
this.refreshParams(
|
||||
{
|
||||
...this.params,
|
||||
|
Reference in New Issue
Block a user