Fixed: Add None Metadata Profile option to Mass Editor

Fixes #2302
This commit is contained in:
Qstick 2023-01-15 01:11:47 -06:00
parent 2fe653fd1e
commit e41c32e38b
2 changed files with 2 additions and 1 deletions

View File

@ -246,6 +246,7 @@ class ArtistEditorFooter extends Component {
name="metadataProfileId"
value={metadataProfileId}
includeNoChange={true}
includeNone={true}
isDisabled={!selectedCount}
onChange={this.onInputChange}
/>

View File

@ -56,7 +56,7 @@ export const defaultState = {
name: 'metadataProfileId',
label: translate('MetadataProfile'),
isSortable: true,
isVisible: false
isVisible: true
},
{
name: 'path',