Skip to content

Commit

Permalink
Merge branch 'main' into fix/SILVA-515
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Dec 6, 2024
2 parents 6d279fc + 5795bc3 commit 3889e6c
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 3889e6c

Please sign in to comment.