Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CollectionCreatorModal being reopened on selection after creating…
… a collection The CollectionCreatorModal.hideModal() function is only called on Cancel or when we explicitly set the prop hideModalOnCreate to true. If we don't set this prop, it leaves the `collectionModalShow` ref set to true as the event to change it to false never gets fired.