From 450b63620f5fecbe0d27353b0853430d2ae62eba Mon Sep 17 00:00:00 2001 From: piratefinn Date: Tue, 6 Mar 2018 15:19:35 +0000 Subject: [PATCH] added fixes for input --- src/app/dashboard/add-data.component.html | 4 ---- src/app/dashboard/add-data.component.ts | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/dashboard/add-data.component.html b/src/app/dashboard/add-data.component.html index 01789d7..a756040 100644 --- a/src/app/dashboard/add-data.component.html +++ b/src/app/dashboard/add-data.component.html @@ -65,10 +65,6 @@ -
- - -
diff --git a/src/app/dashboard/add-data.component.ts b/src/app/dashboard/add-data.component.ts index 2d9f7f7..ae01d75 100644 --- a/src/app/dashboard/add-data.component.ts +++ b/src/app/dashboard/add-data.component.ts @@ -273,6 +273,9 @@ export class AddDataComponent implements OnInit { this.amount = null; this.transactionFormInvalid = true; this.showAddStore = false; + this.essentialPurchase = false; + this.recurringPurchase = false; + this.recurringType = null; } onSubmitPayroll() {