File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/search/components/input Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -650,6 +650,7 @@ export function SearchOverlay({
650650 } else {
651651 OverlayContents = (
652652 < ActionList
653+ id = "search-suggestions-list"
653654 aria-label = { t ( 'search.overlay.suggestions_list_aria_label' ) }
654655 showDividers
655656 className = { styles . suggestionsList }
@@ -1026,7 +1027,7 @@ function renderSearchGroups(
10261027
10271028 groups . push (
10281029 < ActionList . Group key = "general" data-testid = "general-autocomplete-suggestions" >
1029- < ActionList . GroupHeading as = "h3" tabIndex = { - 1 } id = "search-suggestions-list" >
1030+ < ActionList . GroupHeading as = "h3" tabIndex = { - 1 } >
10301031 { t ( 'search.overlay.general_suggestions_list_heading' ) }
10311032 </ ActionList . GroupHeading >
10321033 { items }
You can’t perform that action at this time.
0 commit comments