mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[ML] Fix Anomaly explorer console error because mismatching data view shape (#146152)
fixes https://github.com/elastic/kibana/issues/144341
This commit is contained in:
parent
14cd9ce0ba
commit
42dbbdaeab
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ export const ExplorerQueryBar: FC<ExplorerQueryBarProps> = ({
|
|||
<QueryStringInput
|
||||
bubbleSubmitEvent={false}
|
||||
query={searchInput}
|
||||
indexPatterns={[indexPattern]}
|
||||
indexPatterns={[]}
|
||||
onChange={searchChangeHandler}
|
||||
onSubmit={applyInfluencersFilterQuery}
|
||||
placeholder={filterPlaceHolder}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue