diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/approval/line/page.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/approval/line/page.tsx b/app/[lng]/evcp/(evcp)/approval/line/page.tsx index 435d1071..38b43680 100644 --- a/app/[lng]/evcp/(evcp)/approval/line/page.tsx +++ b/app/[lng]/evcp/(evcp)/approval/line/page.tsx @@ -46,12 +46,13 @@ export default async function ApprovalLinePage({ searchParams }: PageProps) { <React.Suspense fallback={ <DataTableSkeleton - columnCount={6} + columnCount={7} searchableColumnCount={1} filterableColumnCount={2} cellWidths={[ '10rem', '20rem', + '12rem', '30rem', '12rem', '12rem', |
