Commit a7a9bcbc by Sebastian Markgraf Committed by Torkel Ödegaard

Doc: Change inline comment on interface to doc comment (#20794)

parent b1af2812
...@@ -281,8 +281,8 @@ export interface QueryEditorProps< ...@@ -281,8 +281,8 @@ export interface QueryEditorProps<
query: TQuery; query: TQuery;
onRunQuery: () => void; onRunQuery: () => void;
onChange: (value: TQuery) => 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; data?: PanelData;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment