From 5795bc327de251658d71dd8b7e2889b4bdeadbbd Mon Sep 17 00:00:00 2001 From: Paulo Gomes da Cruz Junior Date: Fri, 6 Dec 2024 10:49:15 -0800 Subject: [PATCH] chore: changing column to client name (#530) --- frontend/src/constants/tableConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/constants/tableConstants.ts b/frontend/src/constants/tableConstants.ts index 4b5fa7be..9a2eecca 100644 --- a/frontend/src/constants/tableConstants.ts +++ b/frontend/src/constants/tableConstants.ts @@ -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' },