diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-17 11:06:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-17 11:06:04 +0200 |
commit | a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1 (patch) | |
tree | f20902e4879f096146558e909d5df4509178e0cb | |
parent | 20e6c7c941f94ee755dbfc158ca00dcf5fca2579 (diff) | |
download | PeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.tar.gz PeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.tar.zst PeerTube-a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1.zip |
Reset confirm component
-rw-r--r-- | client/src/app/core/confirm/confirm.component.ts | 1 |
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 | ||