Chore: Remove deprecated exploreId from QueryEditorProps (#83971)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user