aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/confirm/confirm.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core/confirm/confirm.component.ts')
-rw-r--r--client/src/app/core/confirm/confirm.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts
index 066e3fc5f..c8e41e233 100644
--- a/client/src/app/core/confirm/confirm.component.ts
+++ b/client/src/app/core/confirm/confirm.component.ts
@@ -46,7 +46,7 @@ export class ConfirmComponent implements OnInit {
46 } 46 }
47 47
48 @HostListener('keydown.esc') 48 @HostListener('keydown.esc')
49 abort () { 49 cancel () {
50 this.confirmService.confirmResponse.next(false) 50 this.confirmService.confirmResponse.next(false)
51 this.hideModal() 51 this.hideModal()
52 } 52 }