forked from verdnatura/salix-front
refactor: refs #8699 remove sortable property from percentage column in ExtraCommunity.vue
This commit is contained in:
parent
321493b6b6
commit
04b0bb1db9
|
@ -199,7 +199,6 @@ const columns = computed(() => [
|
|||
name: 'percentage',
|
||||
align: 'center',
|
||||
showValue: false,
|
||||
sortable: true,
|
||||
},
|
||||
{
|
||||
label: t('extraCommunity.kg'),
|
||||
|
|
Loading…
Reference in New Issue