- fixed enabling buttons approve/reject;
This commit is contained in:
@@ -435,7 +435,7 @@ const SoccorsoEditInstructorManager = () => {
|
||||
</div> : null}
|
||||
|
||||
{(data.formFields && !isEmpty(data.formFields)) || (data.amendmentType === 'SPECIAL' && !isNil(data.amendmentDocumentType)
|
||||
&& amendmentRequestedDocs[data.amendmentDocumentType])
|
||||
&& amendmentRequestedDocs[data.amendmentDocumentType] && !isNil(amendmentRequestedDocs[data.amendmentDocumentType].map))
|
||||
? <div className="appPageSection">
|
||||
<h3>{__('Documenti richiesti', 'gepafin')}</h3>
|
||||
<ol className="appPageSection__list">
|
||||
|
||||
Reference in New Issue
Block a user