⚠️ refactor (sysmenu): rename user menu to employee menu
This commit is contained in:
No files matched your search
@@ -72,7 +72,7 @@ export const dischargeMethodCodes: Record<string, string> = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const genderCodes: Record<string, string> = {
|
export const genderCodes: Record<string, string> = {
|
||||||
male: 'Laki - Laki',
|
male: 'Laki',
|
||||||
female: 'Perempuan',
|
female: 'Perempuan',
|
||||||
'not-stated': 'Tidak Disebutkan',
|
'not-stated': 'Tidak Disebutkan',
|
||||||
unknown: 'Tidak Diketahui',
|
unknown: 'Tidak Diketahui',
|
||||||
|
|||||||
@@ -37,7 +37,7 @@
|
|||||||
{
|
{
|
||||||
"title": "User",
|
"title": "User",
|
||||||
"icon": "i-lucide-user",
|
"icon": "i-lucide-user",
|
||||||
"link": "/human-src/user"
|
"link": "/human-src/employee"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user