mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech: more tslint rules
This commit is contained in:
@@ -76,7 +76,7 @@ export class SideMenuCtrl {
|
||||
});
|
||||
}
|
||||
|
||||
loadOrgsItems(){
|
||||
loadOrgsItems() {
|
||||
this.orgItems = [];
|
||||
this.orgs.forEach(org => {
|
||||
if (org.orgId === this.contextSrv.user.orgId) {
|
||||
|
||||
Reference in New Issue
Block a user