Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Merge pull request #58 from NishantGupt786/test
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
souvik150 authored Sep 23, 2023
2 parents d4040ca + f06f22e commit 51538a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/textEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ const TextEditor = ({
await setInvalidInput(false);
setSubmissionArray(response.data);
setTestcaseInvalid(false);
submitInvalidInput(false);
Cookies.set(String(questionId + 10), JSON.stringify(response.data));
}
if (questionRunArray.has(questionId)) {
Expand Down

0 comments on commit 51538a5

Please sign in to comment.