fix(FE): resolve merge conflict

This commit is contained in:
randy-ar
2025-11-13 14:12:25 +07:00
20 changed files with 1280 additions and 1410 deletions
+11
View File
@@ -21,3 +21,14 @@ export const PROJECT_FLOCK_KANDANG_APPROVAL_LINE: ApprovalLine = [
step_name: 'Disetujui',
},
] as const;
export const TRANSFER_TO_LAYING_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Pengajuan',
},
{
step_number: 2,
step_name: 'Disetujui',
},
] as const;