fix(#18): Fix PDF preview
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user