Update dependencies

This commit is contained in:
2026-01-07 14:06:46 -05:00
parent 8b5efb0879
commit 0031e1c9e7
50 changed files with 1031 additions and 1119 deletions

View File

@@ -41,6 +41,8 @@ export default function PersonTab({
useEffect(() => {
if(personCountQuery.status === "success"){
//TODO: Fix this warning
// eslint-disable-next-line react-hooks/set-state-in-effect
setTotalPages(Math.ceil(personCountQuery.data / pageSize));
}
}, [ personCountQuery ]);