Skip to content

Commit

Permalink
fix: remove from remove the project from the array dependencie in the…
Browse files Browse the repository at this point in the history
… useEffect gf-348
  • Loading branch information
AnutkaGn committed Sep 21, 2024
1 parent 2c248dc commit fed6b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/pages/analytics/analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Analytics = (): JSX.Element => {

useEffect(() => {
void dispatch(projectActions.loadAll());
}, [dispatch, projects]);
}, [dispatch]);

const { control, handleSubmit, isDirty } = useAppForm({
defaultValues: {
Expand Down

0 comments on commit fed6b54

Please sign in to comment.