1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fixed: Disabled select option still selectable

This commit is contained in:
Mark McDowall
2024-03-13 21:05:15 -07:00
committed by Mark McDowall
parent 6d552f2a60
commit 063dba22a8
8 changed files with 18 additions and 18 deletions
@@ -28,7 +28,7 @@ function createMapStateToProps() {
get value() {
return translate('NoChange');
},
disabled: includeNoChangeDisabled
isDisabled: includeNoChangeDisabled
});
}
@@ -38,7 +38,7 @@ function createMapStateToProps() {
get value() {
return `(${translate('Mixed')})`;
},
disabled: true
isDisabled: true
});
}