mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Prevent loading error from showing too early (#41347)
This commit is contained in:
2
public/app/types/window.d.ts
vendored
2
public/app/types/window.d.ts
vendored
@@ -1,6 +1,8 @@
|
||||
export declare global {
|
||||
interface Window {
|
||||
__grafana_app_bundle_loaded: boolean;
|
||||
__grafana_public_path__: string;
|
||||
__grafana_load_failed: () => void;
|
||||
public_cdn_path: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user