#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 1 additions and 4 deletions
Showing only changes of commit 972b377e13 - Show all commits

View File

@ -227,10 +227,7 @@ async function handleConfirm() {
type: 'positive',
});
router.push({
name: 'TicketSale',
query: {
table: JSON.stringify({ id: ticket.data[0].ticketFk }),
},
path: `/ticket/${ticket.data[0].ticketFk}/sale?table={"filter":{"limit":20,"skip":0}}`,
});
}
}