diff --git a/src/store/modules/normalizers.js b/src/store/modules/normalizers.js index 00a5968b..349cebff 100644 --- a/src/store/modules/normalizers.js +++ b/src/store/modules/normalizers.js @@ -134,7 +134,7 @@ const parseProxyUrl = value => { const prependWithСolon = (type, value) => { return (type === 'atom' && value.length > 0) || - (Array.isArray(type) && type.includes('atom') && typeof value === 'string') + (Array.isArray(type) && type.includes('boolean') && type.includes('atom') && typeof value === 'string') } export const processNested = (valueForState, valueForUpdatedSettings, group, parentKey, parents, settings, updatedSettings) => {