mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
fix query id for tls selector (#49540)
This commit is contained in:
parent
19ea92abb7
commit
529945bf42
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ class TlsComponentQuery extends QueryTemplatePaginated<
|
|||
const makeMapStateToProps = () => {
|
||||
const getTlsSelector = networkSelectors.tlsSelector();
|
||||
const getQuery = inputsSelectors.globalQueryByIdSelector();
|
||||
return (state: State, { flowTarget, id = `${ID}-${flowTarget}`, type }: OwnProps) => {
|
||||
return (state: State, { flowTarget, id = ID, type }: OwnProps) => {
|
||||
const { isInspected } = getQuery(state, id);
|
||||
return {
|
||||
...getTlsSelector(state, type, flowTarget),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue