Explore: Fix rendering of react query editors (#24593)
* Fix rendering of react query editors * Refactor solution for improved readability * Update * Add test coverage * Refactor
This commit is contained in:
@@ -305,12 +305,14 @@ export interface QueryEditorProps<
|
||||
query: TQuery;
|
||||
onRunQuery: () => void;
|
||||
onChange: (value: TQuery) => void;
|
||||
onBlur?: () => void;
|
||||
/**
|
||||
* Contains query response filtered by refId of QueryResultBase and possible query error
|
||||
*/
|
||||
data?: PanelData;
|
||||
exploreMode?: ExploreMode;
|
||||
exploreId?: any;
|
||||
history?: HistoryItem[];
|
||||
}
|
||||
|
||||
export enum DataSourceStatus {
|
||||
|
||||
Reference in New Issue
Block a user