mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Rename "Sub Flags" header to "Kategori Flags"
This commit is contained in:
@@ -191,7 +191,7 @@ const ProductsTable = () => {
|
||||
},
|
||||
{
|
||||
accessorKey: 'subs_flags',
|
||||
header: 'Sub Flags',
|
||||
header: 'Kategori Flags',
|
||||
cell: (props) =>
|
||||
props.row.original.sub_flags?.length
|
||||
? props.row.original.sub_flags.join(', ')
|
||||
|
||||
Reference in New Issue
Block a user