1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

Fixed: Disabled select option still selectable

(cherry picked from commit 063dba22a803295adee4fdcbe42718af3e85ca78)

Closes #9838
This commit is contained in:
Mark McDowall
2024-03-13 21:05:15 -07:00
committed by Bogdan
parent 86a17e7984
commit b9f4073514
8 changed files with 14 additions and 14 deletions
@@ -34,7 +34,7 @@ const monitoredOptions = [
get value() {
return translate('NoChange');
},
disabled: true,
isDisabled: true,
},
{
key: 'monitored',