Merge branch 'fix/daily-checklist' into 'development'

[FIX/FE] Daily Checklist

See merge request mbugroup/lti-web-client!225
This commit is contained in:
Rivaldi A N S
2026-01-21 06:13:23 +00:00
@@ -367,7 +367,7 @@ export function ListDailyChecklistContent() {
},
{
accessorKey: 'updated_at',
header: 'Update At',
header: 'Diperbarui',
enableSorting: false,
cell: ({ row }) => formatDateTime(row.original.updated_at),
},