mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix passing dataTestSubj to SearchBar (#154059)
## Summary We are missing passing of dataTestSubj prop to the actual Search Bar, due to which setting of custom dataTestSubj is not working. Found during working on implementing Unified SearchBar for APM - https://github.com/elastic/kibana/issues/152147
This commit is contained in:
parent
0f03b0c1d2
commit
0ea5cdc52b
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ export function createSearchBar({
|
|||
onTextBasedSavedAndExit={props.onTextBasedSavedAndExit}
|
||||
displayStyle={props.displayStyle}
|
||||
isScreenshotMode={isScreenshotMode}
|
||||
dataTestSubj={props.dataTestSubj}
|
||||
/>
|
||||
</core.i18n.Context>
|
||||
</KibanaContextProvider>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue