Skip to content

Commit 7e49998

Browse files
committed
fix(client): restore broken submission in chapter problem (output-only)
1 parent 0a942bd commit 7e49998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

judgels-client/src/routes/courses/courses/single/chapters/single/problems/single/Programming/ChapterProblemWorkspacePage/ChapterProblemWorkspacePage.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class ChapterProblemWorkspacePage extends Component {
6363
return (
6464
<ProblemSubmissionCard
6565
config={submissionConfig}
66-
onSubmit={createSubmission}
66+
onSubmit={this.createSubmission}
6767
reasonNotAllowedToSubmit={reasonNotAllowedToSubmit}
6868
preferredGradingLanguage={gradingLanguage}
6969
/>

0 commit comments

Comments
 (0)