Skip to content

Commit c0a0c2d

Browse files
committed
update label
1 parent d30574f commit c0a0c2d

File tree

1 file changed

+1
-1
lines changed
  • app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/assign

1 file changed

+1
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/usecases/edit/[id]/assign/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ const Assign = () => {
9191

9292
const columns = [
9393
{ accessorKey: 'title', header: 'Title' },
94-
{ accessorKey: 'category', header: 'Category' },
94+
{ accessorKey: 'category', header: 'Sector' },
9595
{ accessorKey: 'modified', header: 'Last Modified' },
9696
];
9797

0 commit comments

Comments
 (0)