[v10.0.x] HelpWizard: Show snapshot preview regardless of scenes feature toggle (#68217)

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

(cherry picked from commit 1f43c62d03)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2023-05-10 14:10:46 +00:00
committed by GitHub
co-authored by Ryan McKinley
parent cc2e352c03
commit 1a066c7859
@@ -80,7 +80,7 @@ export class SupportSnapshotService extends StateManagerBase<SupportSnapshotStat
let scene: SceneObject | undefined = undefined;
if (config.featureToggles.scenes && !panel.isAngularPlugin()) {
if (!panel.isAngularPlugin()) {
try {
const oldModel = new DashboardModel(snapshot);
const dash = createDashboardSceneFromDashboardModel(oldModel);