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