fixed add data submission and removed unnecessary console logs

This commit is contained in:
piratefinn 2018-03-19 16:28:46 +00:00
parent bad59b5e33
commit cd2a47bfdd
2 changed files with 3 additions and 23 deletions

View file

@ -40,11 +40,9 @@ export class AddDataComponent implements OnInit {
transactionFormInvalid = true;
myDate: any;
minDate: any;
leftCategoryIdList: number[] = [];
rightCategoryIdList: number[] = [];
leftCategoryNameList: string[] = [];
rightCategoryNameList: string[] = [];
categoryList: any;
leftCategoryList: number[] = [];
rightCategoryList: string[] = [];
categoryId: number;
constructor(
private formBuilder: FormBuilder,