Fixed: Allow None metadata profile for lists

This commit is contained in:
ta264 2020-02-28 20:34:30 +00:00 committed by Qstick
parent 6c6437e520
commit 2c803450c0
1 changed files with 1 additions and 0 deletions

View File

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