Chore: Remove deprecated exploreId from QueryEditorProps (#83971)

This commit is contained in:
Giordano Ricci 2024-03-11 12:09:43 +00:00 committed by GitHub
parent 01c8b7b611
commit 937390b91c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;