diff --git a/src/pages/Entry/Card/EntryBuys.vue b/src/pages/Entry/Card/EntryBuys.vue index 0d9512971..b084d2ab9 100644 --- a/src/pages/Entry/Card/EntryBuys.vue +++ b/src/pages/Entry/Card/EntryBuys.vue @@ -50,7 +50,9 @@ const columns = [ toolTip: t('Ignored for available'), name: 'isIgnored', component: 'checkbox', - toggleIndeterminate: false, + attrs: { + toggleIndeterminate: false, + }, create: true, width: '25px', }, @@ -348,7 +350,9 @@ const columns = [ label: t('Check min price'), toolTip: t('Check min price'), name: 'hasMinPrice', - toggleIndeterminate: false, + attrs: { + toggleIndeterminate: false, + }, component: 'checkbox', cellEvent: { 'update:modelValue': async (value, oldValue, row) => {