Merge pull request #6 from sharpshark28/bug/resetpage
[FIX]: Reset pagination on search change
This commit is contained in:
commit
f5baea755a
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