mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
fix: show the success toast for adding fma (#24500)
> Related issue: #24482 # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Manual QA for all new/changed functionality
This commit is contained in:
parent
182970d652
commit
d37b6587d6
1 changed files with 2 additions and 1 deletions
|
|
@ -189,7 +189,8 @@ const FleetMaintainedAppDetailsPage = ({
|
|||
"success",
|
||||
<>
|
||||
<b>{fleetApp?.name}</b> successfully added.
|
||||
</>
|
||||
</>,
|
||||
{ persistOnPageChange: true }
|
||||
);
|
||||
} catch (e) {
|
||||
renderFlash(
|
||||
|
|
|
|||
Loading…
Reference in a new issue