Skip to content

Commit

Permalink
fix: revert changes for application else block
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-k-osmosys committed Jan 17, 2025
1 parent 4fd8b8f commit 8389ddf
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ export class NotificationsComponent implements OnInit {
} else {
this.applications = [];
this.selectedApplication = null;
this.providers = [];
this.notifications = [];
this.totalRecords = 0;
}

// Now that applications are loaded, load providers and notifications
Expand Down

0 comments on commit 8389ddf

Please sign in to comment.