updated restriction to disallow partial reps and appeals from being submitted when not docapi
This commit is contained in:
@@ -66,6 +66,7 @@ let MakeRepresentation = (props) => {
|
||||
initialValues,
|
||||
setCurrentReference,
|
||||
ticketnumber,
|
||||
docsOffline,
|
||||
} = props;
|
||||
const formObj = props.props.form;
|
||||
let setCaseQueryObj = props[currentType] || {};
|
||||
@@ -1105,6 +1106,7 @@ let MakeRepresentation = (props) => {
|
||||
questionnaireCount={questionnaireCount}
|
||||
finaliseAppealProcess={finaliseAppealProcess}
|
||||
setFinaliseAppealProcess={setFinaliseAppealProcess}
|
||||
docsOffline={docsOffline}
|
||||
/>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user