Reset confirm component
authorChocobozzz <me@florianbigard.com>
Tue, 17 Jul 2018 09:06:04 +0000 (11:06 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 17 Jul 2018 09:06:04 +0000 (11:06 +0200)
client/src/app/core/confirm/confirm.component.ts

index 02b38489a9b264083758203b2f561bd0d0671156..a13152496a2de01955394b7ba2ff1bc243476be2 100644 (file)
@@ -69,6 +69,7 @@ export class ConfirmComponent implements OnInit {
   }
 
   showModal () {
+    this.inputValue = ''
     this.confirmModal.show()
   }