From d555b895981f8013cf6986e616599e039d6e9554 Mon Sep 17 00:00:00 2001 From: carlossa Date: Fri, 30 Aug 2024 09:53:42 +0200 Subject: [PATCH] refs #7355 remove bad code --- src/components/VnTable/VnTable.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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(() => {