determined icon indicating copy to clipboard operation
determined copied to clipboard

fix: version upgrade notification bug [CM-411]

Open johnkim-det opened this issue 4 months ago • 2 comments

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

johnkim-det avatar Oct 16 '24 20:10 johnkim-det