Fixed: Allow None metadata profile for lists

pull/6/head
ta264 5 years ago
parent 9e4d6c80cd
commit fa33bd857e

@ -180,6 +180,7 @@ function EditImportListModalContent(props) {
name="metadataProfileId"
helpText={'Metadata Profile list items should be added with'}
{...metadataProfileId}
includeNone={true}
onChange={onInputChange}
/>
</FormGroup>

Loading…
Cancel
Save