Ticket volume #490

Merged
jsegarra merged 4 commits from :feature/TicketVolume into dev 2024-07-01 12:49:00 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 5b07f3015d - Show all commits

View File

@ -13,7 +13,6 @@ const route = useRoute();
const routeName = computed(() => route.name);
const searchBarDataKeys = {
TicketSummary: 'TicketSummary',
TicketVolume: 'TicketVolume',
TicketSale: 'TicketSale',
TicketPurchaseRequest: 'TicketPurchaseRequest',
};