Skip to content

Commit

Permalink
Merge branch 'main' into abdullahwaheed/react-intl-to-formatjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u authored Oct 11, 2023
2 parents 88e5bcf + 9ae2778 commit 0ff03cd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ const SubmitProctoredExamInstructions = () => {
const handleSubmitClick = () => {
if (examHasLtiProvider) {
window.location.assign(submitLtiAttemptUrl);
} else {
submitExam();
}
submitExam();
};

return (
Expand Down

0 comments on commit 0ff03cd

Please sign in to comment.