diff --git a/x-pack/legacy/plugins/siem/public/containers/tls/index.tsx b/x-pack/legacy/plugins/siem/public/containers/tls/index.tsx index 4fd24b9cb42a5..7abe14ae745c5 100644 --- a/x-pack/legacy/plugins/siem/public/containers/tls/index.tsx +++ b/x-pack/legacy/plugins/siem/public/containers/tls/index.tsx @@ -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),