From 7a8654e2f1ab68a0f9e3ca6b993f9e638298e0f5 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Mon, 19 Aug 2024 16:14:38 +0200 Subject: [PATCH] chore: remove schemas --- src/AppWrapper.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/AppWrapper.js b/src/AppWrapper.js index 1039676c9..a30795851 100644 --- a/src/AppWrapper.js +++ b/src/AppWrapper.js @@ -12,17 +12,7 @@ import configureStore from './configureStore.js' import './locales/index.js' const d2Config = { - schemas: [ - // 'visualization', - // 'map', - // 'report', - // 'eventChart', - // 'eventReport', - // 'eventVisualization', - // 'dashboard', - // 'organisationUnit', - // 'userGroup', - ], + schemas: [], } // TODO: ER and EV plugins require the auth header in development mode.