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() {
73
73
if ( shared . length > 0 ) {
74
74
sections . push ( {
75
75
key : 'shared' ,
76
- label : 'Shared ' ,
76
+ label : 'Product ' ,
77
77
options : shared ,
78
78
} ) ;
79
79
}
@@ -172,7 +172,7 @@ function SearchComboBox(props: SearchComboBoxProps) {
172
172
inputValue,
173
173
onInputChange : setInputValue ,
174
174
defaultFilter : filter ,
175
- shouldCloseOnBlur : false ,
175
+ shouldCloseOnBlur : true ,
176
176
allowsEmptyCollection : false ,
177
177
onSelectionChange : handleSelectionChange ,
178
178
} ) ;
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function StorySidebar() {
22
22
< StoryTree nodes = { core } />
23
23
</ li >
24
24
< li >
25
- < h3 > Shared </ h3 >
25
+ < h3 > Product </ h3 >
26
26
< StoryTree nodes = { shared } />
27
27
</ li >
28
28
</ ul >
You can’t perform that action at this time.
0 commit comments