HelpWizard: Show snapshot preview regardless of scenes feature toggle (#68157)

This commit is contained in:
Ryan McKinley 2023-05-10 05:32:20 -07:00 committed by GitHub
parent 4df3dc7703
commit 1f43c62d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ export class SupportSnapshotService extends StateManagerBase<SupportSnapshotStat
let scene: SceneObject | undefined = undefined; let scene: SceneObject | undefined = undefined;
if (config.featureToggles.scenes && !panel.isAngularPlugin()) { if (!panel.isAngularPlugin()) {
try { try {
const oldModel = new DashboardModel(snapshot); const oldModel = new DashboardModel(snapshot);
const dash = createDashboardSceneFromDashboardModel(oldModel); const dash = createDashboardSceneFromDashboardModel(oldModel);