Skip to content

Commit

Permalink
Change order of references in preview
Browse files Browse the repository at this point in the history
RISDEV-5903
  • Loading branch information
leonie-koch committed Dec 24, 2024
1 parent 51b3e88 commit ad583ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/preview/DocumentUnitPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ provide(previewLayoutInjectionKey, props.layout || "wide")
</p>
<PreviewCoreData :core-data="documentUnit.coreData" />
<PreviewNote :note="documentUnit.note" />
<PreviewReferences :references="documentUnit.references as Reference[]" />
<PreviewProceedingDecisions />
<PreviewContentRelatedIndexing />
<PreviewReferences :references="documentUnit.references as Reference[]" />
<PreviewLiteratureReferences
:literature-references="documentUnit.literatureReferences as Reference[]"
/>
Expand Down

0 comments on commit ad583ef

Please sign in to comment.