diff --git a/src/components/ExamEditor/SettingsEditor/index.tsx b/src/components/ExamEditor/SettingsEditor/index.tsx index faf6bcbc..be98e4b4 100644 --- a/src/components/ExamEditor/SettingsEditor/index.tsx +++ b/src/components/ExamEditor/SettingsEditor/index.tsx @@ -19,7 +19,7 @@ interface SettingsEditorProps { children?: ReactNode; canPreview: boolean; canSubmit: boolean; - submitModule: () => void; + submitModule: (requiresApproval: boolean) => void; preview: () => void; } @@ -148,19 +148,31 @@ const SettingsEditor: React.FC = ({ {children} -
+
+