Fix changing categories for transactions

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2020-07-25 01:31:08 +00:00
parent 9ac3c15939
commit c1f333426b

View file

@ -81,7 +81,7 @@ export class AddEditTransactionComponent implements OnInit, OnChanges {
description: this.currentTransaction.description,
amount: this.currentTransaction.amount * 100,
date: this.currentTransaction.date,
category: this.currentTransaction.categoryId,
categoryId: this.currentTransaction.categoryId,
expense: this.currentTransaction.expense
}
);