Ticket log #465

Merged
jsegarra merged 5 commits from :feature/TicketLog into dev 2024-06-21 12:49:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9ce49bf108 - Show all commits

View File

@ -2,5 +2,5 @@
import VnLog from 'src/components/common/VnLog.vue';
</script>
<template>
<VnLog model="Entry" url="/TravelLogs"></VnLog>
<VnLog model="Travel" url="/TravelLogs"></VnLog>
</template>