Show polling options when 'Data streams' option is selected in the Console Settings modal. (#132277)

This commit is contained in:
CJ Cenizal 2022-05-16 19:33:29 -07:00 committed by GitHub
parent 226bda5243
commit 25e567eab1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -169,7 +169,7 @@ export function DevToolsSettingsModal(props: Props) {
// It only makes sense to show polling options if the user needs to fetch any data.
const pollingFields =
fields || indices || templates ? (
fields || indices || templates || dataStreams ? (
<Fragment>
<EuiFormRow
label={