Skip to content

Commit

Permalink
Fix profiles.data is not defined
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Arabadzhi <[email protected]>
  • Loading branch information
barabadzhi committed Dec 12, 2024
1 parent 9f525e2 commit c4540d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/deviations/hooks/useMergeFormAndSave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function useMergeFormAndSave() {
);
}
},
[db, view, deviationForm, profiles.status, profiles.data, dispatch, saveConfig, deviations, t],
[db, view, deviationForm, profiles, dispatch, saveConfig, deviations, t],
);
}

Expand Down

0 comments on commit c4540d4

Please sign in to comment.