Reset confirm component

pull/812/head
Chocobozzz 2018-07-17 11:06:04 +02:00
parent 20e6c7c941
commit a7dbc7dfc7
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

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