Merge branch 'dev' into 8258-uppercaseInputs
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
PAU ROVIRA ROSALENY 2025-01-17 13:54:22 +00:00
commit c4cf372333
1 changed files with 2 additions and 3 deletions

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 } }) },
});
}
}