From 8cf1067dd265d125c1eb7081654b2a9fbbf978ff Mon Sep 17 00:00:00 2001 From: andreiggr Date: Tue, 13 Sep 2022 12:21:23 +0300 Subject: [PATCH] config update --- src/localconfig.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/localconfig.js b/src/localconfig.js index 56d7264..7b4cd78 100644 --- a/src/localconfig.js +++ b/src/localconfig.js @@ -149,8 +149,8 @@ export function applyConfig(config) { }; config.viewlets = [ - { path: '/', component: ForestMetadata }, ...(config.viewlets || []), + { path: '/', component: ForestMetadata }, ]; config.settings.plotlyCustomColors = [ @@ -246,7 +246,5 @@ export function applyConfig(config) { // 'basic_data_factsheet', // ]; - Object.preventExtensions(config); - return config; }