0
0
Fork 0

Fix route list last index

This commit is contained in:
Kevin Martinez 2024-01-28 13:02:17 -03:00
parent 76dd84fd87
commit 97f373626c
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ const openTicketsDialog = (id) => {
/>
<FetchData url="AgencyModes" @on-fetch="(data) => (agencyList = data)" auto-load />
<FetchData url="Vehicles" @on-fetch="(data) => (vehicleList = data)" auto-load />
<QPage class="column items-center">
<QPage class="column items-center q-mb-xl">
<VnSubToolbar class="bg-vn-dark justify-end">
<template #st-actions>
<QBtn