Browse Source

Clean-up

pull/3230/head
Nicolas Fedor 1 year ago
committed by Thomas Kaul
parent
commit
32ce8b30a6
  1. 2
      apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts

2
apps/client/src/app/pages/accounts/create-or-update-account-dialog/create-or-update-account-dialog.component.ts

@ -125,8 +125,6 @@ export class CreateOrUpdateAccountDialog implements OnDestroy {
this.dialogRef.close({ account }); this.dialogRef.close({ account });
}); });
} }
this.dialogRef.close({ account });
} }
public ngOnDestroy() { public ngOnDestroy() {

Loading…
Cancel
Save