Enable changing include/exclude state of "default" category (#387)
The "default" handling was changed, which makes it possible to change the include/exclude state
This commit is contained in:
@@ -188,7 +188,6 @@ export default function LibrarySettings() {
|
|||||||
<ThreeStateCheckboxInput
|
<ThreeStateCheckboxInput
|
||||||
key={category.id}
|
key={category.id}
|
||||||
label={category.name}
|
label={category.name}
|
||||||
disabled={category.name === 'Default'}
|
|
||||||
checked={includeInUpdateStatusToBoolean(category.includeInUpdate)}
|
checked={includeInUpdateStatusToBoolean(category.includeInUpdate)}
|
||||||
onChange={(checked) => {
|
onChange={(checked) => {
|
||||||
const newIncludeState: IncludeInGlobalUpdate =
|
const newIncludeState: IncludeInGlobalUpdate =
|
||||||
|
|||||||
Reference in New Issue
Block a user