Skip to content

Commit

Permalink
chore: updated ContentsItems indexes props
Browse files Browse the repository at this point in the history
  • Loading branch information
SaraBianchi committed Dec 21, 2023
1 parent f1f8947 commit e52d19f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1914,7 +1914,7 @@ class Contents extends Component {
indexes={filter(
map(this.state.index.order, (index) => ({
id: index,
type: this.state.index.values[index].type,
...this.state.index.values[index],
})),
(index) =>
this.state.index.values[index.id].selected,
Expand Down

0 comments on commit e52d19f

Please sign in to comment.