fixed add data submission and removed unnecessary console logs
This commit is contained in:
parent
bad59b5e33
commit
cd2a47bfdd
2 changed files with 3 additions and 23 deletions
|
@ -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,
|
||||
|
|
Reference in a new issue