fix(ui): mark transaction document links as external

Add external prop to UButton components linking to document URLs
Prevents the router from intercepting external downloads
This commit is contained in:
2026-05-09 14:01:05 +08:00
parent cb683d6b3d
commit f6212d8101
2 changed files with 3 additions and 0 deletions

View File

@@ -500,6 +500,7 @@ async function cancelBookingConfirmation() {
<div class="flex flex-col gap-2 sm:flex-row sm:items-center">
<UButton
:to="booking.transactionDocument.url"
external
:label="t('confirm.download')"
color="neutral"
variant="outline"