⚠️ refactor (sysmenu): rename user menu to employee menu

This commit is contained in:
Abizrh
2025-08-29 15:08:24 +07:00
parent a4d18e45db
commit 2b4ec07185
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',
+1 -1
View File
@@ -37,7 +37,7 @@
{
"title": "User",
"icon": "i-lucide-user",
"link": "/human-src/user"
"link": "/human-src/employee"
}
]
},