diff --git a/src/pages/Travel/TravelList.vue b/src/pages/Travel/TravelList.vue index eca79d690..1e616a937 100644 --- a/src/pages/Travel/TravelList.vue +++ b/src/pages/Travel/TravelList.vue @@ -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, }, ], },