Skip to content

Commit

Permalink
SELV3-783: Added missing vm before variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saleksandra committed Jan 10, 2025
1 parent aa9b0e2 commit aee2fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/report/dashboard-report.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ <h2>{{vm.reportName}}</h2>
{{ 'report.superset.auth.pageRequiresAuthorization' | message }}
<a href="{{vm.authUrl}}">{{ 'report.superset.auth.clickingHere' | message }}</a>
</p>
<iframe ng-if='isSupersetReport && vm.isReady' seamless frameBorder="0" scrolling="auto" ng-src="{{vm.reportUrl}}"></iframe>
<iframe ng-if='vm.isSupersetReport && vm.isReady' seamless frameBorder="0" scrolling="auto" ng-src="{{vm.reportUrl}}"></iframe>
<iframe ng-if='!vm.isSupersetReport' seamless frameBorder="0" scrolling="auto" allowFullScreen="true" ng-src="{{vm.reportUrl}}"></iframe>

0 comments on commit aee2fd5

Please sign in to comment.