Skip to content
Snippets Groups Projects
Commit aed5130c authored by Timothee P's avatar Timothee P :sunflower:
Browse files

Re-init page number at filter change

parent be3d50fd
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,8 @@ export default {
setProjectsFilters(e, noUpdate) {
this.SET_PROJECTS_FILTER(e);
// Reset the page number at filter change
this.SET_CURRENT_PAGE(1);
if (!noUpdate) {
this.getData();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment