Skip to content

Commit

Permalink
[#1079] Update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
navins94 committed Jan 25, 2024
1 parent c619258 commit 07f4d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/mobile-assignment/AddAssignment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const AddAssignment = () => {
if (!id && preload) {
setPreload(false);
}
}, [id, preload, form, editAssignment, levels, selectedAdm]);
}, [id, preload, form, editAssignment, levels, selectedAdm, authUser]);

useEffect(() => {
fetchData();
Expand Down

0 comments on commit 07f4d5f

Please sign in to comment.