mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Doc: Change inline comment on interface to doc comment (#20794)
This commit is contained in:
parent
b1af28122b
commit
a7a9bcbcbb
@ -281,8 +281,8 @@ export interface QueryEditorProps<
|
||||
query: TQuery;
|
||||
onRunQuery: () => void;
|
||||
onChange: (value: TQuery) => void;
|
||||
/*
|
||||
* Contains query response filtered by refId and possible query error
|
||||
/**
|
||||
* Contains query response filtered by refId of QueryResultBase and possible query error
|
||||
*/
|
||||
data?: PanelData;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user