mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-91): create approval-line config file
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user