You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
teodosii
changed the title
Adding new route appends labels existing from the previous route until refresh
Adding new route appends labels from the previous route until refresh
Jul 23, 2024
# What this PR does
- Set the unique key on `Expanded` and `Collapsed` containers, otherwise
React has problems figuring out state for each of them when you append a
new route
- Fixed NPE found by Faro
- Tweaked warnings display of `Routing template not set` and `Routing
labels not set`
## Which issue(s) this PR closes
Closes#4720
What went wrong?
What happened:
Adding new route appends labels existing from the previous route until refresh
How do we reproduce it?
Open an integration
Add a route with labels
Add another route
The new route will have labels copied from the previous route, but will persist only until refresh - UI issue
Grafana OnCall Version
latest
Product Area
Other
Grafana OnCall Platform?
None
User's Browser?
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: