chore(FE): Fix missing dependency in useEffect hook

This commit is contained in:
rstubryan
2026-03-05 14:15:41 +07:00
parent 5dac900a1a
commit 15c7452d7b
@@ -263,7 +263,7 @@ const ProductionResultProjectFlockKandangTable = ({
updateFilter('filter_by', '');
updateFilter('sort_by', '');
}
}, [sorting]);
}, [sorting, updateFilter]);
return (
<Card