forked from verdnatura/salix-front
refs #7355 remove bug
This commit is contained in:
parent
d555b89598
commit
76cb8c6b28
|
@ -121,7 +121,7 @@ const tableModes = [
|
|||
icon: 'grid_view',
|
||||
title: t('grid view'),
|
||||
value: CARD_MODE,
|
||||
disable: $props.disableOption?.card,¡
|
||||
disable: $props.disableOption?.card,
|
||||
},
|
||||
];
|
||||
onBeforeMount(() => {
|
||||
|
|
Loading…
Reference in New Issue