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: [
{
title: t('Clone'),
icon: 'vn:ticket',
icon: 'vn:clone',
action: cloneTravel,
isPrimary: true,
},
{
title: t('Add entry'),
icon: 'preview',
action: (row) => viewSummary(row.id, TravelSummary),
icon: 'contact_support',
action: redirectCreateEntryView,
},
],
},