refs #7355 remove bad code
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
278f691ed2
commit
d555b89598
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue