fixed errors
This commit is contained in:
parent
7a432b4983
commit
4fadf5297b
2 changed files with 3 additions and 2 deletions
|
@ -22,12 +22,13 @@ export class TransactionLogComponent implements OnInit {
|
|||
clickedRecur: any;
|
||||
public updatedDate: string;
|
||||
public startTime: string;
|
||||
categoryIdList: number[] = [];
|
||||
categoryIdList: any;
|
||||
categoryList: any;
|
||||
categoryNameList: string[] = [];
|
||||
transactionFormStatus: string;
|
||||
transactionFormStatusSuccess: string;
|
||||
transactionFormStatusError = 'Error received, please try again.';
|
||||
updatedTime: string;
|
||||
|
||||
public paginateConfig: PaginationInstance = {
|
||||
id: 'transpaginate',
|
||||
|
|
Reference in a new issue