Skip to content

Commit

Permalink
travelperk toast fix (#645)
Browse files Browse the repository at this point in the history
Co-authored-by: Fyle <[email protected]>
  • Loading branch information
DhaaraniCIT and Fyle authored Mar 8, 2024
1 parent 75a0673 commit 4316b7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class TravelperkMainComponent implements OnInit {
refreshDimentions():void {
this.travelperkService.syncCategories().subscribe();
this.travelperkService.syncPaymentProfile().subscribe;
this.toastService.displayToastMessage(ToastSeverity.SUCCESS, 'Refreshing data dimensions from TravelPerk CRE');
this.toastService.displayToastMessage(ToastSeverity.SUCCESS, 'Refreshing data dimensions from TravelPerk');
}

private setupPage() {
Expand Down

0 comments on commit 4316b7b

Please sign in to comment.