diff --git a/static/app/stories/view/storySearch.tsx b/static/app/stories/view/storySearch.tsx
index 3864c83297dc65..272afafbb80d56 100644
--- a/static/app/stories/view/storySearch.tsx
+++ b/static/app/stories/view/storySearch.tsx
@@ -73,7 +73,7 @@ export function StorySearch() {
if (shared.length > 0) {
sections.push({
key: 'shared',
- label: 'Shared',
+ label: 'Product',
options: shared,
});
}
@@ -172,7 +172,7 @@ function SearchComboBox(props: SearchComboBoxProps) {
inputValue,
onInputChange: setInputValue,
defaultFilter: filter,
- shouldCloseOnBlur: false,
+ shouldCloseOnBlur: true,
allowsEmptyCollection: false,
onSelectionChange: handleSelectionChange,
});
diff --git a/static/app/stories/view/storySidebar.tsx b/static/app/stories/view/storySidebar.tsx
index a2d3f4d236ed94..3584bb16a07610 100644
--- a/static/app/stories/view/storySidebar.tsx
+++ b/static/app/stories/view/storySidebar.tsx
@@ -22,7 +22,7 @@ export function StorySidebar() {