diff --git a/src/pages/gallery/components/CollectionSelector.tsx b/src/pages/gallery/components/CollectionSelector.tsx index 2cb1b13a4..541789dbc 100644 --- a/src/pages/gallery/components/CollectionSelector.tsx +++ b/src/pages/gallery/components/CollectionSelector.tsx @@ -55,7 +55,10 @@ function CollectionSelector({ (item) => ( { + attributes.callback(item.collection); + props.onHide(); + }} > { + setCollectionNamerView(false); + setCollectionSelectorView(false); + }} attributes={collectionNamerAttributes} />