From 937390b91c4b30a7fa2a836ce1a5bcb8096f56f1 Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Mon, 11 Mar 2024 12:09:43 +0000 Subject: [PATCH] Chore: Remove deprecated exploreId from QueryEditorProps (#83971) --- packages/grafana-data/src/types/datasource.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/grafana-data/src/types/datasource.ts b/packages/grafana-data/src/types/datasource.ts index 7f20cb9273d..2ab40356c73 100644 --- a/packages/grafana-data/src/types/datasource.ts +++ b/packages/grafana-data/src/types/datasource.ts @@ -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>; queries?: DataQuery[]; app?: CoreApp;