fix edit form fetch transaction type id

This commit is contained in:
Wikzyy
2025-03-24 15:12:36 +07:00
parent 3f995cfa38
commit c96ab19450

View File

@ -136,7 +136,7 @@ const EditDialog = () => {
description: response?.data.description,
type: response?.data.type,
status: response?.data.status,
transactionTypeId: response?.data.transactionTypeId,
transactionTypeId: response?.data.transaction_type.id,
agent: response?.data.agent
}));
}