Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
guru-aot committed Dec 9, 2024
1 parent b81d2d2 commit 6b300ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/packages/web/src/types/contracts/DataTableContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export const CASSupplierInformationHeaders = [
key: "supplierNumber",
},
{
title: "Supplier Active?",
title: "Supplier active?",
sortable: false,
key: "status",
},
Expand All @@ -345,7 +345,7 @@ export const CASSupplierInformationHeaders = [
key: "supplierSiteCode",
},
{
title: "Site Active?",
title: "Site active?",
sortable: false,
key: "siteStatus",
},
Expand All @@ -360,7 +360,7 @@ export const CASSupplierInformationHeaders = [
key: "siteProtected",
},
{
title: "Address line 1",
title: "Address line",
sortable: false,
key: "addressLine1",
},
Expand Down

0 comments on commit 6b300ba

Please sign in to comment.