#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', type: 'positive',
}); });
router.push({ router.push({
name: 'TicketSale', path: `/ticket/${ticket.data[0].ticketFk}/sale?table={"filter":{"limit":20,"skip":0}}`,
query: {
table: JSON.stringify({ id: ticket.data[0].ticketFk }),
},
}); });
} }
} }