Skip to content

Commit 1a75085

Browse files
committed
Close "Setting Test" modal when assigned
1 parent 18e30b5 commit 1a75085

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/components/elements/modals/QuizSettingModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export function QuizSettingModal({quiz, dueDate: initialDueDate, scheduledStartD
8585
setDueDate(null);
8686
setScheduledStartDate(null);
8787
setFeedbackMode(null);
88+
dispatch(closeActiveModal());
8889
}
8990
});
9091
}

0 commit comments

Comments
 (0)