From a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Jul 2018 11:06:04 +0200 Subject: Reset confirm component --- client/src/app/core/confirm/confirm.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/app/core/confirm/confirm.component.ts b/client/src/app/core/confirm/confirm.component.ts index 02b38489a..a13152496 100644 --- a/client/src/app/core/confirm/confirm.component.ts +++ b/client/src/app/core/confirm/confirm.component.ts @@ -69,6 +69,7 @@ export class ConfirmComponent implements OnInit { } showModal () { + this.inputValue = '' this.confirmModal.show() } -- cgit v1.2.3