Skip to content

Commit

Permalink
refactor: load applications message
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-k-osmosys committed Sep 27, 2024
1 parent eb91ff4 commit 7fa33f7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ export class NotificationsComponent implements OnInit {
value: obj.applicationId,
}));
this.selectedApplication = this.applications[0].value;
this.messageService.add({
key: 'tst',
severity: 'success',
summary: 'Success',
detail: 'Applications set',
});
});
this.messageService.add({
key: 'tst',
severity: 'success',
summary: 'Success',
detail: 'Applications set',
});
}

onToDateChange() {
Expand Down

0 comments on commit 7fa33f7

Please sign in to comment.