7863-devToTest_2434 #613

Merged
alexm merged 131 commits from 7863-devToTest_2434 into test 2024-08-13 06:58:13 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 4c46e419e3 - Show all commits

View File

@ -118,8 +118,8 @@ const columns = computed(() => [
}, },
{ {
align: 'left', align: 'left',
name: 'to', name: 'from',
label: t('To'), label: t('From'),
visible: false, visible: false,
cardVisible: true, cardVisible: true,
create: true, create: true,
@ -128,8 +128,8 @@ const columns = computed(() => [
}, },
{ {
align: 'left', align: 'left',
name: 'from', name: 'to',
label: t('From'), label: t('To'),
visible: false, visible: false,
cardVisible: true, cardVisible: true,
create: true, create: true,