From 33c2929897568763d41d599f4dc314295f9e8a43 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Thu, 13 Dec 2018 14:16:50 -0800 Subject: [PATCH] must use CARBON_STATE for settings in local storage --- lib/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util.js b/lib/util.js index ee94a18..e7e9b05 100644 --- a/lib/util.js +++ b/lib/util.js @@ -1,7 +1,7 @@ import morph from 'morphmorph' import omitBy from 'lodash.omitby' -const SETTINGS_KEY = 'CARBON_SETTINGS' +const SETTINGS_KEY = 'CARBON_STATE' const PRESETS_KEY = 'CARBON_PRESETS' const assignSettings = morph.assign(SETTINGS_KEY)