7983-testToMaster_2438 #718

Merged
alexm merged 353 commits from 7983-testToMaster_2438 into master 2024-09-17 05:39:39 +00:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit d555b89598 - Show all commits

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