Skip to content

Commit

Permalink
fix(client): restore broken submission in chapter problem (output-only)
Browse files Browse the repository at this point in the history
  • Loading branch information
fushar committed Jan 20, 2024
1 parent 0a942bd commit 7e49998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class ChapterProblemWorkspacePage extends Component {
return (
<ProblemSubmissionCard
config={submissionConfig}
onSubmit={createSubmission}
onSubmit={this.createSubmission}
reasonNotAllowedToSubmit={reasonNotAllowedToSubmit}
preferredGradingLanguage={gradingLanguage}
/>
Expand Down

0 comments on commit 7e49998

Please sign in to comment.