Skip to content

Commit 755ec55

Browse files
staticmukeshtorkelo
authored andcommitted
Bugfix: org select btn was not working on profile (grafana#5317)
1 parent ffac5c1 commit 755ec55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/features/org/partials/profile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h3 class="page-heading">Organizations</h3>
5151
<span class="btn btn-primary btn-mini" ng-show="org.orgId === contextSrv.user.orgId">
5252
Current
5353
</span>
54-
<a ng-click="setUsingOrg(org)" class="btn btn-inverse btn-mini" ng-show="org.orgId !== contextSrv.user.orgId">
54+
<a ng-click="ctrl.setUsingOrg(org)" class="btn btn-inverse btn-mini" ng-show="org.orgId !== contextSrv.user.orgId">
5555
Select
5656
</a>
5757
</td>

0 commit comments

Comments
 (0)