Bump Webpack plugins and loaders

This commit is contained in:
Qstick 2021-12-24 12:18:14 -06:00
parent 68d8fed659
commit 4f2ccb462b
316 changed files with 1362 additions and 1384 deletions

View file

@ -19,11 +19,11 @@ class AddArtistOptionsForm extends Component {
onQualityProfileIdChange = ({ value }) => {
this.props.onInputChange({ name: 'qualityProfileId', value: parseInt(value) });
}
};
onMetadataProfileIdChange = ({ value }) => {
this.props.onInputChange({ name: 'metadataProfileId', value: parseInt(value) });
}
};
//
// Render