Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:19:44 +00:00
co-authored by renee-png
parent 2e0cf56eb1
commit c80019d676
+2
View File
@@ -73,6 +73,8 @@ interface UserRow {
const ROLE_LABEL: Record<AppRole, string> = {
admin: "Administrator",
attorney: "Attorney",
paralegal: "Paralegal",
legal_clerk: "Legal Clerk",
staff: "Staff",
};