aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/confirm/confirm.component.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts
index 0d18c38e8..5138b7848 100644
--- a/client/src/app/core/confirm/confirm.component.ts
+++ b/client/src/app/core/confirm/confirm.component.ts
@@ -26,9 +26,7 @@ export class ConfirmComponent implements OnInit {
26 private modalService: NgbModal, 26 private modalService: NgbModal,
27 private confirmService: ConfirmService, 27 private confirmService: ConfirmService,
28 private i18n: I18n 28 private i18n: I18n
29 ) { 29 ) { }
30 // Empty
31 }
32 30
33 ngOnInit () { 31 ngOnInit () {
34 this.confirmService.showConfirm.subscribe( 32 this.confirmService.showConfirm.subscribe(