diff --git a/src/QuestionPage.tsx b/src/QuestionPage.tsx index e361351..8550e2a 100644 --- a/src/QuestionPage.tsx +++ b/src/QuestionPage.tsx @@ -65,6 +65,8 @@ const QuestionPage: FC = () => { }, } + const handler = () => {} + return ( <>
@@ -76,32 +78,33 @@ const QuestionPage: FC = () => { partId={partId} description={part.description} marksContribution={part.marksContribution} - onSave={console.log} + onSave={handler} > {Object.entries(part.sections).map(([sectionId, section], i) => (
- + {