mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 14:25:47 +00:00
fix: update dependencies in multiple tables to include updateSortingFilter in effect dependencies
This commit is contained in:
@@ -230,7 +230,7 @@ const LocationsTable = () => {
|
||||
updateSortingFilter('nameSort', nameSortFilter);
|
||||
updateSortingFilter('addressSort', addressSortFilter);
|
||||
updateSortingFilter('areaSort', areaSortFilter);
|
||||
}, [sorting]);
|
||||
}, [sorting, updateSortingFilter]);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user