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() }