Skip to content

Commit

Permalink
[#932] level changing administration id showing bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-p-s committed Jan 16, 2024
1 parent daa579a commit 75ed8b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/pages/mobile-assignment/AddAssignment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ const AddAssignment = () => {
};

const onSelectLevel = async (val) => {
store.update((s) => {
s.administration.length = val;
});
setLevel(val);
};

Expand Down

0 comments on commit 75ed8b5

Please sign in to comment.