Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Sep 13, 2022
1 parent 67778f9 commit 8cf1067
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/localconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ export function applyConfig(config) {
};

config.viewlets = [
{ path: '/', component: ForestMetadata },
...(config.viewlets || []),
{ path: '/', component: ForestMetadata },
];

config.settings.plotlyCustomColors = [
Expand Down Expand Up @@ -246,7 +246,5 @@ export function applyConfig(config) {
// 'basic_data_factsheet',
// ];

Object.preventExtensions(config);

return config;
}

0 comments on commit 8cf1067

Please sign in to comment.