Merge branch 'feat/refresh' into feat/reveal-password

This commit is contained in:
Adithya Krishna
2023-08-29 12:43:46 +05:30
committed by GitHub
3 changed files with 13 additions and 8 deletions

View File

@ -39,7 +39,7 @@ export const PeriodSelector = () => {
params.delete('period');
}
router.push(`${pathname}?${params.toString()}`);
router.push(`${pathname}?${params.toString()}`, { scroll: false });
};
return (