Skip to content

Commit

Permalink
fix: filter out downstream references (#5259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank authored and begelundmuller committed Jul 12, 2024
1 parent 43e84d2 commit 6121c70
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(referencedThings) => referencedThings,
);
$: references = $referencedWithMetadata;
$: references = $referencedWithMetadata.filter((ref) => ref.reference);
function blur() {
eventBus.emit("highlightSelection", []);
Expand Down

2 comments on commit 6121c70

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://6691129ba6d14e0078a9d5b8--rill-ui.netlify.app

Please sign in to comment.