diff --git a/frontend/src/app/App.tsx b/frontend/src/app/App.tsx index cc380ded..9f1369e8 100644 --- a/frontend/src/app/App.tsx +++ b/frontend/src/app/App.tsx @@ -87,6 +87,14 @@ const App: FC = () => { } /> + + + + } + /> {documentTypes.map((docType) => ( = ({ return ( <> -
+ {/*
@@ -109,7 +109,7 @@ const Provisions: FC = ({ ))} -
+
*/} = ({ title, children, isOpen
{title}
- {isSpanRequired ?
+ {(isSpanRequired && isOpenonClick) ?
setTenureFileNumber(e.target.value)} + /> +
+
+ +
+
+ +
+
+
+
DTID:
+
+ {/* {data?.fileNum || } */} + setDtid(e.target.value)} + /> + {errors.dtid &&
{errors.dtid}
} +
+
+
+
Primary Contact Name:
+
{data?.primaryContactName}
+
- {documentPreviewResponse !== null ? ( - - ) : ( - '' - )} + {data ? : } - - {documentPreviewResponse !== null ? ( - - ) : ( - '' - )} + {data ? : } - - {documentPreviewResponse !== null ? ( - - ) : ( - '' - )} + {data ? : }

Create Document


-
+
- + {(dtidNumber && documentType) ? : } - - + {(dtidNumber && documentType) ? : } - -
- - +
+ <> + + +
-
+ ); };