mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore(FE-43): remove unnecessary code
This commit is contained in:
@@ -219,11 +219,6 @@ const LocationsTable = () => {
|
||||
[updateFilter]
|
||||
);
|
||||
|
||||
console.log({
|
||||
sorting,
|
||||
getTableFilterQueryString: getTableFilterQueryString(),
|
||||
});
|
||||
|
||||
// track sorting
|
||||
useEffect(() => {
|
||||
const nameSortFilter = sorting.find((sortItem) => sortItem.id === 'name');
|
||||
|
||||
Reference in New Issue
Block a user