From fa2180f60304e406ebdd32ed88d9e9643a28d4de Mon Sep 17 00:00:00 2001 From: piratefinn Date: Mon, 4 Jun 2018 15:25:54 +0100 Subject: [PATCH] made submit message on add more logical --- src/app/dashboard/add-data.component.ts | 1 + 1 file changed, 1 insertion(+) 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 &&