mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Fix default value variable name for ImportListExclusion
This commit is contained in:
parent
a41999f9c2
commit
bf3e23cc3b
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ export const defaultState = {
|
|||
sortDirection: sortDirections.ASCENDING,
|
||||
pendingChanges: {},
|
||||
deleteOptions: {
|
||||
addImportListExclusion: false
|
||||
addImportExclusion: false
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue