diff options
| -rw-r--r-- | app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx | 1 | ||||
| -rw-r--r-- | lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx b/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx index 8f823d4c..a2746dfa 100644 --- a/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx +++ b/app/[lng]/evcp/(evcp)/(procurement)/basic-contract/vendor-gtc/[id]/page.tsx @@ -187,6 +187,7 @@ export default async function GtcClausesPage(props: GtcClausesPageProps) { document={document} vendorId={vendorId} vendorName={vendorName} + contractId={contractId} /> </React.Suspense> </Shell> diff --git a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx index cd748fd8..075724a2 100644 --- a/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx +++ b/lib/vendor-regular-registrations/table/vendor-regular-registrations-table-columns.tsx @@ -139,6 +139,7 @@ export function getColumns(): ColumnDef<VendorRegularRegistration>[] { return majorItems || "-" } }, + size: 250, }, { accessorKey: "establishmentDate", |
