grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

SceneRefreshPicker: Fixes url state issue #784

Closed torkelo closed 3 months ago

torkelo commented 3 months ago

Fixes a minor issue with refresh= url state appearing in scenes-react demos, there is was a mismatch URL state and updateFromUrl

It's a bit messy, the "off state" for auto refresh is represented by an empty string (both in internal design system RefreshPicker and in state), so leaving it like that as changing that could be messy

grafanabot commented 3 months ago

:rocket: PR was released in v4.31.0 :rocket: