Query editor: Allow query editors to create new query (#55028)

* Query editor: Allow query editors to create new query

* Update

* Revert "Update"

This reverts commit d5b79d60dd.
This commit is contained in:
Ivana Huckova
2022-09-13 13:09:31 +02:00
committed by GitHub
parent 2c622b912a
commit e70395f07a
2 changed files with 3 additions and 1 deletions
@@ -382,6 +382,7 @@ export interface QueryEditorProps<
onRunQuery: () => void;
onChange: (value: TVQuery) => void;
onBlur?: () => void;
onAddQuery?: (query: TQuery) => void;
/**
* Contains query response filtered by refId of QueryResultBase and possible query error
*/