aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/core/confirm/confirm.component.ts1
1 files changed, 1 insertions, 0 deletions
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 {
69 } 69 }
70 70
71 showModal () { 71 showModal () {
72 this.inputValue = ''
72 this.confirmModal.show() 73 this.confirmModal.show()
73 } 74 }
74 75