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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user