1
0
Fork 0

Merge pull request #6 from sharpshark28/bug/resetpage

[FIX]: Reset pagination on search change
This commit is contained in:
Joe L Wroten 2017-05-26 13:43:41 -05:00 committed by GitHub
commit f5baea755a

View file

@ -41,7 +41,7 @@ export function dispatch (action) {
}
break
case 'SEARCH_CHANGED':
state.loadedPagination = 1
state.page = 1
break
}
}