Skip to content

Commit

Permalink
Show polling options when 'Data streams' option is selected in the Co…
Browse files Browse the repository at this point in the history
…nsole Settings modal. (#132277) (#132300)

(cherry picked from commit 25e567e)

Co-authored-by: CJ Cenizal <[email protected]>
  • Loading branch information
kibanamachine and CJ Cenizal authored May 17, 2022
1 parent cbc64a6 commit 8888912
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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={
Expand Down

0 comments on commit 8888912

Please sign in to comment.