Fixed: Allow None metadata profile for lists

This commit is contained in:
ta264
2020-02-28 20:34:30 +00:00
parent 9e4d6c80cd
commit fa33bd857e
@@ -180,6 +180,7 @@ function EditImportListModalContent(props) {
name="metadataProfileId" name="metadataProfileId"
helpText={'Metadata Profile list items should be added with'} helpText={'Metadata Profile list items should be added with'}
{...metadataProfileId} {...metadataProfileId}
includeNone={true}
onChange={onInputChange} onChange={onInputChange}
/> />
</FormGroup> </FormGroup>