feat: update phone number header label to 'No. Telepon'
This commit is contained in:
parent
8de53eadde
commit
c2b93a0489
@ -129,7 +129,7 @@ export function createEmployeeColumns(
|
|||||||
{
|
{
|
||||||
accessorKey: 'user_profile.phone_number',
|
accessorKey: 'user_profile.phone_number',
|
||||||
id: 'phone_number',
|
id: 'phone_number',
|
||||||
header: () => <span>No. HP</span>,
|
header: () => <span>No. Telepon</span>,
|
||||||
cell: ({ row }) => {
|
cell: ({ row }) => {
|
||||||
const employee = row.original;
|
const employee = row.original;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user