mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
chore: rename updated_at column title to 'Diperbarui'
This commit is contained in:
@@ -367,7 +367,7 @@ export function ListDailyChecklistContent() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: 'updated_at',
|
accessorKey: 'updated_at',
|
||||||
header: 'Update At',
|
header: 'Diperbarui',
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: ({ row }) => formatDateTime(row.original.updated_at),
|
cell: ({ row }) => formatDateTime(row.original.updated_at),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user