0
0
Fork 0

refactor: refs #6897 update checkbox attributes to include toggleIndeterminate in EntryBuys component

This commit is contained in:
Alex Moreno 2025-02-11 10:11:26 +01:00
parent ce89d4a31b
commit 06a07d4fd3
1 changed files with 6 additions and 2 deletions

View File

@ -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) => {