At Status name is filled.
This commit is contained in:
parent
ee456f5ae1
commit
a837eaab72
@ -58,7 +58,7 @@ function ManageRecurringExpense({ closeModal, requestToEdit = null }) {
|
||||
paymentBufferDays: data.paymentBufferDays || "",
|
||||
numberOfIteration: data.numberOfIteration || "",
|
||||
expenseCategoryId: data.expenseCategory.id || "",
|
||||
statusId: data.statusId || "",
|
||||
statusId: data.status?.id || "",
|
||||
frequency: data.frequency || "",
|
||||
isVariable: data.isVariable || false,
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user