Browse Source

UI: Refactoring

pull/8578/head
Artem Dzhereleiko 3 years ago
parent
commit
17f34a9bca
  1. 2
      ui-ngx/src/app/shared/components/notification/notification.component.ts

2
ui-ngx/src/app/shared/components/notification/notification.component.ts

@ -66,7 +66,7 @@ export class NotificationComponent implements OnInit {
message = '';
constructor(
public utils: UtilsService,
private utils: UtilsService,
private router: Router
) {
}

Loading…
Cancel
Save