diff --git a/src/AppWrapper.js b/src/AppWrapper.js index 6d4262b87..a5ba0a5d7 100644 --- a/src/AppWrapper.js +++ b/src/AppWrapper.js @@ -13,7 +13,17 @@ import './locales' const muiTheme = () => createMuiTheme(dhis2theme) const d2Config = { - schemas: ['dashboard'], + schemas: [ + 'chart', + 'map', + 'report', + 'reportTable', + 'eventChart', + 'eventReport', + 'dashboard', + 'organisationUnit', + 'userGroup', + ], } // TODO: ER and EV plugins require the auth header in development mode.