Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set new data on elements after fetch. (#80430)
When `add`ing an element with an already existing ID, it will use the already existing data instead of setting new data. This made it so when you change the time picker the element health statuses would not update. When we get new elements, replace the existing data for existing elements. Fixes #80335.
- Loading branch information