7729-devToTest_2430 #554

Merged
alexm merged 401 commits from 7729-devToTest_2430 into test 2024-07-16 07:17:04 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 95a9805a84 - Show all commits

View File

@ -132,14 +132,14 @@ const columns = computed(() => [
actions: [ actions: [
{ {
title: t('Clone'), title: t('Clone'),
icon: 'vn:ticket', icon: 'vn:clone',
action: cloneTravel, action: cloneTravel,
isPrimary: true, isPrimary: true,
}, },
{ {
title: t('Add entry'), title: t('Add entry'),
icon: 'preview', icon: 'contact_support',
action: (row) => viewSummary(row.id, TravelSummary), action: redirectCreateEntryView,
}, },
], ],
}, },