Fixed handling of orgId

This commit is contained in:
Torkel Ödegaard
2019-02-04 15:02:35 +01:00
parent 7634e04231
commit f695975f65
5 changed files with 10 additions and 4 deletions

View File

@@ -68,5 +68,5 @@ const bootData = (window as any).grafanaBootData || {
const options = bootData.settings;
options.bootData = bootData;
const config = new Settings(options);
export const config = new Settings(options);
export default config;