Fix partialUpdate
This commit is contained in:
parent
ebb01fab94
commit
f2796a629d
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ const parseProxyUrl = value => {
|
|||
}
|
||||
|
||||
const partialUpdate = (group, key) => {
|
||||
return group === ':auto_linker' && key === ':opts'
|
||||
return !(group === ':auto_linker' && key === ':opts')
|
||||
}
|
||||
|
||||
export const processNested = (valueForState, valueForUpdatedSettings, group, parentKey, parents, settings, updatedSettings) => {
|
||||
|
|
Loading…
Reference in a new issue