Skip to content
Snippets Groups Projects

Resolve "[MIN-288] Requests for publications loading are doubled"

2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -42,7 +42,7 @@ export const PublicationsSearch = (): JSX.Element => {
modelId: selectedId,
}),
);
}, [debouncedValue, dispatch, selectedId, sortColumn, sortOrder]);
}, [debouncedValue, dispatch]);
useEffect(() => {
dispatch(setPublicationSearchValue(debouncedValue));
Loading