Customize panel time range display auto-refresh UI #122135
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Embedding
Embedding content via iFrame
good first issue
low hanging fruit
impact:low
Addressing this issue will have a low level of impact on the quality/strength of our product.
loe:small
Small Level of Effort
regression
Kibana version: main (8.1)
Describe the bug:
Customize panel time range display auto-refresh UI.
We don't support per panel auto-refresh, so we shouldn't display that UI:
Steps to reproduce:
Expected behavior:
No auto-refresh
Any additional context:
Likely regressed with recent changes in EUI in #120935
Most likely
EuiSuperDatePicker
component now displays auto-refresh UI when we passisPaused
and it didn't do it before (cc @elastic/eui-design for visibility for this tiny regression/implicit bugfix)I think we shouldn't pass it in this component and removing the prop will fix the issue:
kibana/x-pack/plugins/ui_actions_enhanced/public/customize_time_range_modal.tsx
Line 117 in b714f41
The text was updated successfully, but these errors were encountered: