Fixed: Allow None metadata profile for lists

pull/1689/head
ta264 5 years ago committed by Qstick
parent 6c6437e520
commit 2c803450c0

@ -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