Skip to content

Commit

Permalink
fix issue with this being undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Sep 27, 2024
1 parent cb57dae commit 82a3a05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class DashboardContainer
lastSavedId: undefined,
managed: false,
},
this.untilEmbeddableLoaded
(id: string) => this.untilEmbeddableLoaded(id)
);
this.animatePanelTransforms$ = dashboardApi.animatePanelTransforms$;
this.fullScreenMode$ = dashboardApi.fullScreenMode$;
Expand Down

0 comments on commit 82a3a05

Please sign in to comment.