Skip to content

Commit

Permalink
[EDR Workflows] Disabled Timeout input for saved queries preloaded qu…
Browse files Browse the repository at this point in the history
…eries (elastic#171931)

elastic#171906

Render timeout field on saved queries view, for preloaded queries as
disabled.

![Screenshot 2023-11-24 at 12 06
17](https://github.com/elastic/kibana/assets/29123534/fe712b0b-ad39-46fe-a4c3-2e2c867ca9bc)
  • Loading branch information
szwarckonrad authored Nov 30, 2023
1 parent 37be03c commit 71eca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/osquery/public/saved_queries/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const SavedQueryFormComponent: React.FC<SavedQueryFormProps> = ({
<EuiSpacer size="m" />
<EuiFlexGroup justifyContent={'spaceBetween'}>
<EuiFlexItem>
<TimeoutField />
<TimeoutField euiFieldProps={euiFieldProps} />
</EuiFlexItem>
<EuiFlexItem />
</EuiFlexGroup>
Expand Down

0 comments on commit 71eca5b

Please sign in to comment.