mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
UI: Dismiss error flash on DUP when changing URL (#23671)
## #23669  - [x] Changes file added for user-visible changes in `changes/` - [x] Manual QA for all new/changed functionality --------- Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
This commit is contained in:
parent
1db781f603
commit
8fe73d7efe
2 changed files with 2 additions and 0 deletions
1
changes/23669-dismiss-error-flash-on-url-change-dup
Normal file
1
changes/23669-dismiss-error-flash-on-url-change-dup
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Dismiss error flash on the my device page when navigating to another URL.
|
||||
|
|
@ -485,6 +485,7 @@ const DeviceUserPage = ({
|
|||
fullWidth
|
||||
notification={notification}
|
||||
onRemoveFlash={hideFlash}
|
||||
pathname={location.pathname}
|
||||
/>
|
||||
<nav className="site-nav-container">
|
||||
<div className="site-nav-content">
|
||||
|
|
|
|||
Loading…
Reference in a new issue