#8647 fix vitest warnings #1467

Merged
jon merged 91 commits from 8647_fix_warnings into dev 2025-04-16 11:18:11 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit cc2c5e7567 - Show all commits

View File

@ -62,6 +62,7 @@ const columns = computed(() => [
component: 'input',
type: 'number',
columnClass: 'shrink',
inWhere: false,
},
},
{
@ -90,6 +91,12 @@ const columns = computed(() => [
field: ({ inkFk }) => inkFk,
sortable: true,
cardVisible: true,
columnFilter: {
component: 'input',
inWhere: false,
columnClass: 'shrink',
},
},
{
name: 'size',
@ -101,6 +108,8 @@ const columns = computed(() => [
columnFilter: {
component: 'input',
type: 'number',
inWhere: false,
columnClass: 'shrink',
},
},