refs #7355 remove bad code
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-08-30 09:53:42 +02:00
parent 278f691ed2
commit d555b89598
1 changed files with 1 additions and 3 deletions

View File

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