Bug fixes for this weeks stories.

This commit is contained in:
Patrick Fic
2022-05-20 09:19:54 -07:00
parent bcd062dffd
commit f3ee20e89d
4 changed files with 4 additions and 9 deletions

View File

@@ -178,6 +178,7 @@ export function PhonebookPageComponent({ bodyshop, authLevel }) {
placeholder={searchParams.search || t("general.labels.search")}
onSearch={(value) => {
searchParams.search = value;
searchParams.page = 1;
history.push({ search: queryString.stringify(searchParams) });
}}
/>