Skip to content
Snippets Groups Projects

feat(submaps drawer component): submaps drawer component

Merged Tadeusz Miesiąc requested to merge feature/MIN-121-list-of-available-submaps into development
2 unresolved threads
19 files
+ 328
7433
Compare changes
  • Side-by-side
  • Inline
Files
19
@@ -32,7 +32,7 @@ export const useParamsQuery = (): UseParamsQuery => {
useEffect(() => {
if (searchParams?.search) dispatch(getSearchData(searchParams.search as string));
Please register or sign in to reply
}, [dispatch]);
}, [dispatch, searchParams.search]);
return { setSearchQueryInRouter, searchParams };
};
Loading