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

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