This commit is contained in:
Ivana Huckova
2022-09-12 15:01:07 +02:00
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
*/