690327:0841 Fixing Refactor ADR-019 Naming convention uuid #13
CI / CD Pipeline / build (push) Successful in 5m22s
CI / CD Pipeline / deploy (push) Successful in 7m38s

This commit is contained in:
2026-03-27 08:41:05 +07:00
parent 437758ba50
commit 63d906a02a
@@ -206,8 +206,8 @@ export default function ContractsPage() {
const handleEdit = (contract: Contract) => {
setEditingUuid(contract.id);
// ADR-019: project.publicId is the project's UUID
const pId = contract.project?.publicId || '';
// ADR-019: nested project exposes UUID as 'id'
const pId = contract.project?.id || '';
reset({
contractCode: contract.contractCode,
contractName: contract.contractName,