Fix category saving
Signed-off-by: Billy Brawner <billy@wbrawner.com>
This commit is contained in:
parent
8d843473e2
commit
71da5bd9e7
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ export class AddEditCategoryComponent implements OnInit, Actionable, OnDestroy {
|
|||
observable = this.categoryService.createCategory(
|
||||
this.accountId,
|
||||
this.currentCategory.name,
|
||||
this.currentCategory.amount
|
||||
this.currentCategory.amount * 100
|
||||
);
|
||||
}
|
||||
observable.subscribe(val => {
|
||||
|
|
Loading…
Reference in a new issue