From a0672c57d0e566c3b37f85773b4e19690795fa47 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 28 Nov 2021 21:26:40 +0000 Subject: [PATCH] :card_file_box: Adds data key for widget local storage --- src/utils/defaults.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/defaults.js b/src/utils/defaults.js index bf70fee3..81d49b47 100644 --- a/src/utils/defaults.js +++ b/src/utils/defaults.js @@ -101,6 +101,7 @@ module.exports = { THEME: 'theme', CUSTOM_COLORS: 'customColors', CONF_SECTIONS: 'confSections', + CONF_WIDGETS: 'confSections', PAGE_INFO: 'pageInfo', APP_CONFIG: 'appConfig', BACKUP_ID: 'backupId',