Skip to content

Commit

Permalink
Merge pull request #120 from guanquann/test-fix
Browse files Browse the repository at this point in the history
Fix qns history
  • Loading branch information
nicolelim02 authored Nov 10, 2024
2 parents 1342ab4 + e8cc259 commit eabdce9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions frontend/src/pages/QuestionHistoryDetail/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ const QuestionHistoryDetail: React.FC = () => {
complexity={qnState.selectedQuestion.complexity}
categories={qnState.selectedQuestion.categories}
description={qnState.selectedQuestion.description}
cTemplate={qnState.selectedQuestion.cTemplate}
javaTemplate={qnState.selectedQuestion.javaTemplate}
pythonTemplate={qnState.selectedQuestion.pythonTemplate}
inputTestCases={qnState.selectedQuestion.inputs}
outputTestCases={qnState.selectedQuestion.outputs}
showCodeTemplate={false}
showTestCases={true}
/>
) : (
<ServerError
Expand Down

0 comments on commit eabdce9

Please sign in to comment.