Compare commits

...

2 Commits

Author SHA1 Message Date
da408dcb5d Merge pull request 'fix(test): fix quit test logic' (#8) from web into main
Reviewed-on: #8
2026-03-12 13:51:29 +00:00
d7fb618e6f fix(test): fix quit test logic 2026-03-12 19:50:52 +06:00

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) => {