mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Show polling options when 'Data streams' option is selected in the Console Settings modal. (#132277)
This commit is contained in:
parent
226bda5243
commit
25e567eab1
1 changed files with 1 additions and 1 deletions
|
@ -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={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue