diff --git a/new-client/src/components/App.js b/new-client/src/components/App.js index 5d4213e7f..f3611632a 100644 --- a/new-client/src/components/App.js +++ b/new-client/src/components/App.js @@ -380,6 +380,10 @@ class App extends React.PureComponent { t.toLowerCase() ); + // Let's push some built-in core elements, that previously were plugins + // and that still have their config there. + lowerCaseActiveTools.push("preset"); + // Check which plugins defined in mapConfig don't exist in buildConfig const unsupportedToolsFoundInMapConfig = this.props.config.mapConfig.tools .map((t) => t.type.toLowerCase())