|
|
@ -51,9 +51,9 @@ |
|
|
$: isUsersTable = tableId === TableNames.USERS |
|
|
$: isUsersTable = tableId === TableNames.USERS |
|
|
$: { |
|
|
$: { |
|
|
if (isUsersTable) { |
|
|
if (isUsersTable) { |
|
|
schema.email.displayFieldName = "Email" |
|
|
schema.email?.displayFieldName = "Email" |
|
|
schema.roleId.displayFieldName = "Role" |
|
|
schema.roleId?.displayFieldName = "Role" |
|
|
schema.status.displayFieldName = "Status" |
|
|
schema.status?.displayFieldName = "Status" |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|