Skip to content

Commit bf3256a

Browse files
fix: remove warning when passing initialSelectedItems to ContentExplorer (#3151)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent d428a43 commit bf3256a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/features/content-explorer/content-explorer/ContentExplorer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ class ContentExplorer extends Component {
447447
'onSelectItem',
448448
'onSearchSubmit',
449449
'onExitSearch',
450+
'initialSelectedItems',
450451
]);
451452

452453
const selectedItemsIds = Object.keys(selectedItems);

0 commit comments

Comments
 (0)