diff --git a/libs/tools/send/send-ui/src/send-form/components/send-form.component.ts b/libs/tools/send/send-ui/src/send-form/components/send-form.component.ts index b4e97c29780..b265b644df4 100644 --- a/libs/tools/send/send-ui/src/send-form/components/send-form.component.ts +++ b/libs/tools/send/send-ui/src/send-form/components/send-form.component.ts @@ -182,8 +182,6 @@ export class SendFormComponent implements AfterViewInit, OnInit, OnChanges, Send this.loading = false; } - formDisabled = false; - constructor( private formBuilder: FormBuilder, private addEditFormService: SendFormService,