fix(resolve): fix resolve merge

This commit is contained in:
rstubryan
2025-11-03 10:02:26 +07:00
94 changed files with 2266 additions and 1962 deletions
+12
View File
@@ -0,0 +1,12 @@
import { ApprovalLine } from '@/types/config/constant';
export const PROJECT_FLOCK_APPROVAL_LINE: ApprovalLine = [
{
step_number: 1,
step_name: 'Pengajuan',
},
{
step_number: 2,
step_name: 'Aktif',
},
] as const;