Skip to content

Commit

Permalink
chore: changing column to client name (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Dec 6, 2024
1 parent e0e1483 commit 5795bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/tableConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const searchScreenColumnDefinitions = [
{ key: 'categoryDescription', header: 'Category', elipsis: true },
{ key: 'orgUnitName', header: 'Org unit' },
{ key: 'statusDescription', header: 'Status' },
{ key: 'clientNumber', header: 'Client number' },
{ key: 'clientName', header: 'Client' },
{ key: 'timberMark', header: 'Timber mark' },
{ key: 'cuttingPermitId', header: 'Cutting permit' },
{ key: 'cutBlockId', header: 'Cut block' },
Expand Down

0 comments on commit 5795bc3

Please sign in to comment.