mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Remove deprecated exploreId from QueryEditorProps (#83971)
This commit is contained in:
parent
01c8b7b611
commit
937390b91c
@ -429,10 +429,6 @@ export interface QueryEditorProps<
|
||||
*/
|
||||
data?: PanelData;
|
||||
range?: TimeRange;
|
||||
/**
|
||||
* @deprecated This is not used anymore and will be removed in a future release.
|
||||
*/
|
||||
exploreId?: string;
|
||||
history?: Array<HistoryItem<TQuery>>;
|
||||
queries?: DataQuery[];
|
||||
app?: CoreApp;
|
||||
|
Loading…
Reference in New Issue
Block a user