Skip to content

Commit

Permalink
fix: Fix regression to still display references
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliushaertl committed May 4, 2023
1 parent a72342c commit b270d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcRichText/NcReferenceList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
},
computed: {
isVisible() {
return this.loading || this.referenceData
return this.loading || this.displayedReferences
},
values() {
return this.referenceData
Expand Down

0 comments on commit b270d8c

Please sign in to comment.