create pdf reps for lpa
This commit is contained in:
@@ -3,6 +3,7 @@ import useTranslation from "next-translate/useTranslation";
|
||||
import { useRouter } from "next/router";
|
||||
import { useDropzone } from "react-dropzone";
|
||||
import RepComplete from "./representationComplete";
|
||||
import RepLPAQuestionnaireCheck from "./representationLPAQuestionnaireCheck";
|
||||
|
||||
const RepCompleteSubmit = (props) => {
|
||||
let { t } = useTranslation();
|
||||
@@ -210,6 +211,11 @@ const RepCompleteSubmit = (props) => {
|
||||
</a>
|
||||
</dd>
|
||||
</div>
|
||||
<RepLPAQuestionnaireCheck
|
||||
props={props}
|
||||
formObj={formObj}
|
||||
setSubmitBack={setSubmitBack}
|
||||
/>
|
||||
</dl>
|
||||
<p>
|
||||
The gathering and subsequent processing of the
|
||||
|
||||
Reference in New Issue
Block a user