File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export function StorySearch() {
7373 if ( shared . length > 0 ) {
7474 sections . push ( {
7575 key : 'shared' ,
76- label : 'Shared ' ,
76+ label : 'Product ' ,
7777 options : shared ,
7878 } ) ;
7979 }
@@ -172,7 +172,7 @@ function SearchComboBox(props: SearchComboBoxProps) {
172172 inputValue,
173173 onInputChange : setInputValue ,
174174 defaultFilter : filter ,
175- shouldCloseOnBlur : false ,
175+ shouldCloseOnBlur : true ,
176176 allowsEmptyCollection : false ,
177177 onSelectionChange : handleSelectionChange ,
178178 } ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function StorySidebar() {
2222 < StoryTree nodes = { core } />
2323 </ li >
2424 < li >
25- < h3 > Shared </ h3 >
25+ < h3 > Product </ h3 >
2626 < StoryTree nodes = { shared } />
2727 </ li >
2828 </ ul >
You can’t perform that action at this time.
0 commit comments