8144-devToTest_2448 #963

Merged
alexm merged 347 commits from 8144-devToTest_2448 into test 2024-11-19 07:54:42 +00:00
1 changed files with 0 additions and 4 deletions
Showing only changes of commit e210ad7de4 - Show all commits

View File

@ -63,11 +63,7 @@ const columns = computed(() => [
},
{
align: 'left',
<<<<<<< HEAD
format: (row) => dashIfEmpty(row.agencyMode?.name),
=======
format: (row, dashIfEmpty) => dashIfEmpty(row.agencyMode?.name),
>>>>>>> dev
columnClass: 'expand',
label: t('Agency'),
},