Skip to content

Commit

Permalink
Merge pull request #40 from KB-iGOT/spv-issues
Browse files Browse the repository at this point in the history
Spv issues
  • Loading branch information
vishnubansaltarento authored Oct 3, 2024
2 parents a52b172 + 7a682e7 commit 7840e2b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ export class MyDashboardHomeComponent implements OnInit {

currentDashboard: any = []

token: any

// API endpoints needs to be passed here
getDashboardForKM = '/apis/proxies/v8/dashboard/analytics/getDashboardConfig/Karmayogi'
getDashboardForProfile = '/apis/proxies/v8/dashboard/analytics/getDashboardsForProfile/Karmayogi?realm=spv'
Expand Down Expand Up @@ -52,4 +54,9 @@ export class MyDashboardHomeComponent implements OnInit {
this.router.navigate(['page', 'home'])
}

getDateFilterPreset(event: any) {
/* tslint:disable */
console.log('event', event)
}

}

0 comments on commit 7840e2b

Please sign in to comment.