Fixed: Can't Monitor Artists in Artist Editor

Closes #142
pull/6/head
Qstick 7 years ago committed by GitHub
parent d884914c81
commit f8a0a1b656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,7 +134,7 @@ class ArtistEditorFooter extends Component {
const monitoredOptions = [
{ key: NO_CHANGE, value: 'No Change', disabled: true },
{ key: 'monitored', value: 'Monitored', disabled: true },
{ key: 'monitored', value: 'Monitored' },
{ key: 'unmonitored', value: 'Unmonitored' }
];

Loading…
Cancel
Save