fix(test): fix quit test logic #8

Merged
shafin808s merged 1 commits from web into main 2026-03-12 13:51:30 +00:00
Showing only changes of commit d7fb618e6f - Show all commits

View File

@ -1170,6 +1170,7 @@ export const Test = () => {
const handleQuitExam = () => {
useExamConfigStore.getState().clearPayload();
quitExam();
navigate("/student/home", { replace: true });
};
const toggleEliminate = (questionId: string, optionId: string) => {