mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed handling of orgId
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user