fix(#18): Fix PDF preview

This commit is contained in:
2025-11-21 08:25:49 +01:00
parent 1bf34f350c
commit 9495948177
2 changed files with 65 additions and 10 deletions

View File

@@ -32,7 +32,7 @@ export async function useApplicationFormNavigation(applicationFormId: string) {
],
[
{
label: 'PDF-Vorschau',
label: 'Vorschau',
icon: 'i-lucide-file-text',
to: `/api/application-forms/${applicationForm.value.id}/pdf`,
target: '_blank'