#8448 - devToTest #1254

Merged
alexm merged 365 commits from 8448-devToTest into test 2025-01-21 10:44:46 +00:00
1 changed files with 2 additions and 3 deletions
Showing only changes of commit c4cf372333 - Show all commits

View File

@ -228,9 +228,8 @@ async function handleConfirm() {
});
router.push({
name: 'TicketSale',
query: {
table: JSON.stringify({ id: ticket.data[0].ticketFk }),
},
params: { id: ticket.data[0].ticketFk },
query: { table: JSON.stringify({ filter: { limit: 20, skip: 0 } }) },
});
}
}