Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
bistaastha committed Jan 6, 2025
1 parent 7899bd9 commit 8a5beec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/fyle/dashboard/tasks/tasks.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@ export class TasksComponent implements OnInit {
const popoverResponse = (await addCorporateCardPopover.onDidDismiss()) as OverlayResponse<{ success: boolean }>;

if (popoverResponse.data?.success) {
this.doRefresh();
this.handleEnrollmentSuccess();
}
}
Expand Down

0 comments on commit 8a5beec

Please sign in to comment.