mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 21:41:57 +00:00
chore(FE): Fix missing dependency in useEffect hook
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ const ProductionResultProjectFlockKandangTable = ({
|
||||
updateFilter('filter_by', '');
|
||||
updateFilter('sort_by', '');
|
||||
}
|
||||
}, [sorting]);
|
||||
}, [sorting, updateFilter]);
|
||||
|
||||
return (
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user