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: () => `
- +
` }; });