diff --git a/src/components/VnTable/VnTable.vue b/src/components/VnTable/VnTable.vue index 1f0223aa6..4e847e913 100644 --- a/src/components/VnTable/VnTable.vue +++ b/src/components/VnTable/VnTable.vue @@ -116,14 +116,12 @@ const tableModes = [ title: t('table view'), value: TABLE_MODE, disable: $props.disableOption?.table, - // visible: $props.disableOption?.table, }, { icon: 'grid_view', title: t('grid view'), value: CARD_MODE, - disable: $props.disableOption?.card, - // visible: $props.disableOption?.card, + disable: $props.disableOption?.card,ยก }, ]; onBeforeMount(() => {