From e52d19f38f52b5ec6560005045212311695dd9f5 Mon Sep 17 00:00:00 2001 From: Sara Bianchi Date: Thu, 21 Dec 2023 12:59:32 +0100 Subject: [PATCH] chore: updated ContentsItems indexes props --- .../volto/components/manage/Contents/Contents.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customizations/volto/components/manage/Contents/Contents.jsx b/src/customizations/volto/components/manage/Contents/Contents.jsx index cd998746e..af17e3080 100644 --- a/src/customizations/volto/components/manage/Contents/Contents.jsx +++ b/src/customizations/volto/components/manage/Contents/Contents.jsx @@ -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,