Skip to content

Commit

Permalink
fix(presentation): always show all documents in use
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 17, 2025
1 parent e8faa3a commit 455b267
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function DocumentListPane(props: {
() =>
refs
.filter((r) => getPublishedId(r._id) !== mainDocumentState?.document?._id)
.map((r) => r._id),
.map((r) => getPublishedId(r._id)),
[mainDocumentState, refs],
)

Expand Down

0 comments on commit 455b267

Please sign in to comment.