Skip to content
Snippets Groups Projects

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

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