diff --git a/public/app/core/config.ts b/public/app/core/config.ts index 92684327a39..8f7618ea593 100644 --- a/public/app/core/config.ts +++ b/public/app/core/config.ts @@ -11,7 +11,7 @@ export const getConfig = () => { }; export const mockConfig = (mock: Partial) => { - configMock = mock as GrafanaBootConfig; + configMock = mock; return () => { configMock = null; };