fix empty category
This commit is contained in:
@@ -145,7 +145,6 @@ const buildUpdate = (): UpdateTransactionDTO => {
|
||||
categoryId: transactionCategory.value.id,
|
||||
comment: transactionComment.value,
|
||||
amount: transactionAmount.value,
|
||||
fees: null,
|
||||
isDone: isDone.value,
|
||||
date: transactionDate.value
|
||||
} as UpdateTransactionDTO
|
||||
|
||||
Reference in New Issue
Block a user