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.