fix(FE): fix export report expense & fix report closing table view & fix project flock form set disable inofrmasi umum on edit

This commit is contained in:
randy-ar
2025-12-19 17:20:02 +07:00
parent 0b75d68494
commit a7267370a0
10 changed files with 448 additions and 69985 deletions
@@ -68,7 +68,7 @@ const ProjectFlockDetail = ({
latestApproval: projectFlock?.approval,
approvalLines: PROJECT_FLOCK_APPROVAL_LINE,
moduleName: 'PROJECT_FLOCKS',
moduleId: projectFlock?.id.toString() ?? '',
moduleId: projectFlock?.id?.toString() ?? '',
});
const { approvals: kandangApprovals, isLoading: kandangApprovalsLoading } =