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

This commit is contained in:
Sebastian Markgraf 2019-12-02 16:38:04 +01:00 committed by Torkel Ödegaard
parent b1af28122b
commit a7a9bcbcbb

View File

@ -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;
}