diff --git a/client/src/app/core/confirm/confirm.component.html b/client/src/app/core/confirm/confirm.component.html index 3052526ba..8e5443c6a 100644 --- a/client/src/app/core/confirm/confirm.component.html +++ b/client/src/app/core/confirm/confirm.component.html @@ -12,8 +12,8 @@ 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 { } @HostListener('keydown.esc') - abort () { + cancel () { this.confirmService.confirmResponse.next(false) this.hideModal() }