feat: refs #7119 disable column filter for description in VehicleList component
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Jorge Penadés 2025-01-24 16:37:41 +01:00
parent cc0c73a91a
commit 5e5f1fe88b
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ const columns = computed(() => [
chip: {
condition: () => true,
},
columnFilter: false,
},
{
name: 'description',