aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-07-17 11:06:04 +0200
committerChocobozzz <me@florianbigard.com>2018-07-17 11:06:04 +0200
commita7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1 (patch)
treef20902e4879f096146558e909d5df4509178e0cb
parent20e6c7c941f94ee755dbfc158ca00dcf5fca2579 (diff)
downloadPeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.tar.gz
PeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.tar.zst
PeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.zip
Reset confirm component
-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