Doc: Change inline comment on interface to doc comment (#20794)
This commit is contained in:
committed by
Torkel Ödegaard
parent
b1af28122b
commit
a7a9bcbcbb
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user