[FIX]: Reset pagination on search change
This commit is contained in:
parent
28b8f9a00d
commit
73cb8bf415
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ export function dispatch (action) {
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
case 'SEARCH_CHANGED':
|
case 'SEARCH_CHANGED':
|
||||||
state.loadedPagination = 1
|
state.page = 1
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue