mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update
This commit is contained in:
parent
20a0499909
commit
d5b79d60dd
@ -381,8 +381,9 @@ export interface QueryEditorProps<
|
||||
query: TVQuery;
|
||||
onRunQuery: () => void;
|
||||
onChange: (value: TVQuery) => void;
|
||||
onAddQuery: (query: TQuery) => void;
|
||||
onBlur?: () => void;
|
||||
onAddQuery?: (query: TQuery) => void;
|
||||
|
||||
/**
|
||||
* Contains query response filtered by refId of QueryResultBase and possible query error
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user