Skip to content
Snippets Groups Projects

Feature/project info publications list submap select

2 unresolved threads
16 files
+ 333
32
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -18,7 +18,7 @@ export const PublicationsSearch = (): JSX.Element => {
};
useEffect(() => {
dispatch(getPublications({ search: debouncedValue }));
dispatch(getPublications({ params: { search: debouncedValue } }));
}, [dispatch, debouncedValue]);
return (
Loading