Skip to content

Commit 9227bae

Browse files
chore(deps): update dependency nuxt to v4.1.0 [security] (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benjamin Canac <[email protected]>
1 parent 7bd5004 commit 9227bae

File tree

2 files changed

+1354
-2362
lines changed

2 files changed

+1354
-2362
lines changed

app/pages/customers.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ const pagination = ref({
254254
:items="
255255
table?.tableApi
256256
?.getAllColumns()
257-
.filter((column) => column.getCanHide())
258-
.map((column) => ({
257+
.filter((column: any) => column.getCanHide())
258+
.map((column: any) => ({
259259
label: upperFirst(column.id),
260260
type: 'checkbox' as const,
261261
checked: column.getIsVisible(),

0 commit comments

Comments
 (0)