Explore: Deprecate exploreId in QueryEditorProps (#78692)
* Explore: Deprecate exploreId in QueryEditorProps * remove exploreId from cloudwatch editor
This commit is contained in:
@@ -428,7 +428,10 @@ export interface QueryEditorProps<
|
||||
*/
|
||||
data?: PanelData;
|
||||
range?: TimeRange;
|
||||
exploreId?: any;
|
||||
/**
|
||||
* @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