mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
HelpWizard: Show snapshot preview regardless of scenes feature toggle (#68157)
This commit is contained in:
parent
4df3dc7703
commit
1f43c62d03
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user