mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: elastic small fixes (#18879)
- Fix cancellation error showing in UI - Fix display of object values in log rows
This commit is contained in:
@@ -425,6 +425,7 @@ export interface DataQueryError {
|
||||
status?: string;
|
||||
statusText?: string;
|
||||
refId?: string;
|
||||
cancelled?: boolean;
|
||||
}
|
||||
|
||||
export interface ScopedVar {
|
||||
|
||||
Reference in New Issue
Block a user