From: Chocobozzz Date: Tue, 17 Jul 2018 09:06:04 +0000 (+0200) Subject: Reset confirm component X-Git-Tag: v1.0.0-beta.10.pre.1~51 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a7dbc7dfc7a84b419a9b55d4a89e9a6e12384ae1;p=oweals%2Fpeertube.git Reset confirm component --- 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 { } showModal () { + this.inputValue = '' this.confirmModal.show() }