determined
determined copied to clipboard
fix: version upgrade notification bug [CM-411]
Ticket
CM-411
Description
Fix bug where version upgrade notification would not having expected styling applied. This is addressed by adding themeClass
to the notification.warning
call.
PR also includes:
- Fix for intermittent UIProvider error by moving code into a component that renders with the other global app components.
- Unrelated minor fix for console warning that I noticed while working on this.
Test Plan
Checklist
- [ ] Changes have been manually QA'd
- [ ] New features have been approved by the corresponding PM
- [ ] User-facing API changes have the "User-facing API Change" label
- [ ] Release notes have been added as a separate file under
docs/release-notes/
See Release Note for details. - [ ] Licenses have been included for new code which was copied and/or modified from any external code