diff --git a/app/components/PublicationDetail.vue b/app/components/PublicationDetail.vue
index 43ab7d9..98abbca 100644
--- a/app/components/PublicationDetail.vue
+++ b/app/components/PublicationDetail.vue
@@ -6,7 +6,7 @@ import { useHistoryStore } from '~/stores/history'
import { storeToRefs } from 'pinia'
import { useSettingsStore } from '~/stores/settings'
import type { SearchHit } from '~/types'
-import { select } from '#build/ui'
+import { pageHeader, select } from '#build/ui'
interface TypesenseHighlight {
field?: string
@@ -796,7 +796,8 @@ const links = computed(() => {
icon: 'ph-arrow-square-out',
to: matchUrl,
target: '_blank'
- }
+ },
+ ...formatFiles(props.document?.files)
]
})
@@ -958,9 +959,14 @@ const items = computed(() => {