Explore: Deprecate exploreId in QueryEditorProps (#78692)

* Explore: Deprecate exploreId in QueryEditorProps

* remove exploreId from cloudwatch editor
This commit is contained in:
Giordano Ricci
2023-11-28 14:55:20 +00:00
committed by GitHub
parent b8bfa86815
commit 98da1fa0b3
4 changed files with 6 additions and 6 deletions
@@ -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;