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

Interval variable: Make interval variable properly update on name change #701

Closed oscarkilhed closed 5 months ago

oscarkilhed commented 5 months ago

The interval variable was not correctly changing when the name was updated. This is because the url sync config option keys property was set statically to whatever the name was when the variable object was created. This PR changes the property to a function, so the key is looked up when getKeys is called

grafanabot commented 5 months ago

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