1
0
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:
Sami Mazouz
2024-10-17 19:28:07 +01:00
parent fc8b58945d
commit 139adb0e65
2 changed files with 3 additions and 1 deletions

View File

@@ -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,