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

Commit

Permalink
add new prop to non-extensible obj
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiggr committed Sep 13, 2022
1 parent 6a5a11c commit 7af43a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/localconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ export function applyConfig(config) {
...(config.viewlets || []),
];

Object.preventExtensions(config);

config.settings.plotlyCustomColors = [
{
title: 'Forest Default',
Expand Down

0 comments on commit 7af43a1

Please sign in to comment.