7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +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,
},
],
},