Skip to content

Commit

Permalink
fix: doc relation manager doc id wrong prop
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Trost <[email protected]>
  • Loading branch information
galexrt committed Oct 5, 2024
1 parent 06c1c5a commit aec1764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/documents/DocumentEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ const { data: jobs } = useAsyncData('completor-jobs', () => completorStore.listJ
<DocumentRelationManager
v-model="relationManagerData"
:open="openRelationManager"
:document="documentId"
:document-id="documentId"
@close="openRelationManager = false"
/>
<DocumentReferenceManager
Expand Down

0 comments on commit aec1764

Please sign in to comment.