From 0e7ad7a0c9d1e6e69bc5053fc33c10886df8d63a Mon Sep 17 00:00:00 2001 From: hreyes Date: Wed, 15 Apr 2026 14:34:18 -0600 Subject: [PATCH] feature/checkbox-bug-doble-tab --- frontend/src/lib/components/dashboard/goods/classes/columns.ts | 2 +- frontend/src/lib/components/dashboard/invoices/columns.ts | 3 ++- frontend/src/lib/components/dashboard/pedimentos/columns.ts | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/dashboard/goods/classes/columns.ts b/frontend/src/lib/components/dashboard/goods/classes/columns.ts index e0f43946..b552e335 100644 --- a/frontend/src/lib/components/dashboard/goods/classes/columns.ts +++ b/frontend/src/lib/components/dashboard/goods/classes/columns.ts @@ -20,7 +20,7 @@ export function createColumns(): ColumnDef[] { const { selected } = getProps(); return { render: () => `
- +
` }; }); diff --git a/frontend/src/lib/components/dashboard/invoices/columns.ts b/frontend/src/lib/components/dashboard/invoices/columns.ts index a035b954..c9dad589 100644 --- a/frontend/src/lib/components/dashboard/invoices/columns.ts +++ b/frontend/src/lib/components/dashboard/invoices/columns.ts @@ -44,6 +44,7 @@ export function createColumns( render: () => `
`
- +
`, setup: (node) => { const input = node.querySelector('input') as HTMLInputElement; diff --git a/frontend/src/lib/components/dashboard/pedimentos/columns.ts b/frontend/src/lib/components/dashboard/pedimentos/columns.ts index 47a2537f..94b2f9d3 100644 --- a/frontend/src/lib/components/dashboard/pedimentos/columns.ts +++ b/frontend/src/lib/components/dashboard/pedimentos/columns.ts @@ -108,7 +108,7 @@ export function createColumns(onSuccess?: () => void): ColumnDef[] { const { selected } = getProps(); return { render: () => `
- +
` }; });