diff --git a/src/app/dashboard/add-data.component.ts b/src/app/dashboard/add-data.component.ts index 34b0ca3..d0cc88f 100644 --- a/src/app/dashboard/add-data.component.ts +++ b/src/app/dashboard/add-data.component.ts @@ -174,6 +174,7 @@ export class AddDataComponent implements OnInit { } transactionFormValidate() { + this.transactionFormStatus = null; if (this.submitOrg.name.length && this.amount && (this.recurringPurchase &&