Skip to content

Commit

Permalink
Backport plone#6258
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Aug 16, 2024
1 parent ec2b633 commit a43aece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manage/Contents/Contents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1531,7 +1531,7 @@ class Contents extends Component {
items={this.state.selected}
values={map(this.state.selected, (id) =>
find(this.state.items, { '@id': id }),
)}
).filter((item) => item)}
/>
{this.state.showWorkflow && (
<ContentsWorkflowModal
Expand Down

0 comments on commit a43aece

Please sign in to comment.