Fixed: Can't Monitor Artists in Artist Editor

Closes #142
This commit is contained in:
Qstick 2017-12-03 18:33:16 -05:00 committed by GitHub
parent d884914c81
commit f8a0a1b656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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' }
];