1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

New: Change Add Movie Monitor Selection from Dropdown to Checkbox (#5319)

* New: Change Add Movie Monitor Selection from Dropdown to Checkbox

* Fix Monitored Value not storing (bool changes)

* address discord comments
This commit is contained in:
bakerboy448
2020-11-14 00:18:41 -06:00
committed by GitHub
parent 3e795d290b
commit 897bfa04a6
4 changed files with 17 additions and 9 deletions
@@ -30,7 +30,7 @@ export const defaultState = {
defaults: {
rootFolderPath: '',
monitor: 'true',
monitor: true,
qualityProfileId: 0,
minimumAvailability: 'announced',
tags: []