DashboardScene: Pass panel id to PanelProps.id (#77927)

* Panel props id

* Removing panel works

* Update
This commit is contained in:
Torkel Ödegaard
2023-11-13 09:51:21 +01:00
committed by GitHub
parent 2d391c1bf5
commit 4bc322ca1d
11 changed files with 101 additions and 10 deletions

View File

@@ -155,6 +155,7 @@ export interface FeatureToggles {
annotationPermissionUpdate?: boolean;
extractFieldsNameDeduplication?: boolean;
dashboardSceneForViewers?: boolean;
dashboardScene?: boolean;
panelFilterVariable?: boolean;
pdfTables?: boolean;
ssoSettingsApi?: boolean;