fix edit form fetch transaction type id
This commit is contained in:
@ -136,7 +136,7 @@ const EditDialog = () => {
|
|||||||
description: response?.data.description,
|
description: response?.data.description,
|
||||||
type: response?.data.type,
|
type: response?.data.type,
|
||||||
status: response?.data.status,
|
status: response?.data.status,
|
||||||
transactionTypeId: response?.data.transactionTypeId,
|
transactionTypeId: response?.data.transaction_type.id,
|
||||||
agent: response?.data.agent
|
agent: response?.data.agent
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user