Browse Source

Feature/update alert dialog

pull/3670/head
Daniel Idem 1 year ago
parent
commit
3cbd940968
  1. 2
      apps/client/src/app/pages/demo/demo-page.component.ts

2
apps/client/src/app/pages/demo/demo-page.component.ts

@ -20,8 +20,8 @@ export class GfDemoPageComponent implements OnDestroy {
public constructor( public constructor(
private dataService: DataService, private dataService: DataService,
private router: Router,
private notificationService: NotificationService, private notificationService: NotificationService,
private router: Router,
private tokenStorageService: TokenStorageService private tokenStorageService: TokenStorageService
) { ) {
this.info = this.dataService.fetchInfo(); this.info = this.dataService.fetchInfo();

Loading…
Cancel
Save