Skip to content

Commit

Permalink
Merge branch 'development' into forestgeo-app-development
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Oct 18, 2024
2 parents 5cd20db + 87dcf99 commit 821e03d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export default function ViewFullTableDataGrid() {
}

useEffect(() => {
reloadVFT().catch(console.error);
reloadVFT().catch(console.error).then(() => setLoading(false));
}, []);

return (
Expand Down

0 comments on commit 821e03d

Please sign in to comment.