Skip to content

Commit

Permalink
Merge pull request #4039 from nextcloud/bugfix/reference-list-no-resu…
Browse files Browse the repository at this point in the history
…lt-pt2
  • Loading branch information
juliusknorr authored May 5, 2023
2 parents a72342c + b270d8c commit 23076df
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 23076df

Please sign in to comment.