Skip to content

Commit

Permalink
fix: restore schemas list needed for orgunitdlg and interpretations (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen authored Nov 18, 2020
1 parent 997f5a8 commit 4e3c83e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/AppWrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e3c83e

Please sign in to comment.