Reset confirm component

This commit is contained in:
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

View File

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