-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: use the correct copy for a macos host #24292
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #24292 +/- ##
=======================================
Coverage 63.43% 63.43%
=======================================
Files 1580 1580
Lines 150290 150290
Branches 3770 3770
=======================================
Hits 95329 95329
Misses 47365 47365
Partials 7596 7596
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -1,4 +1,4 @@ | |||
import React from "react"; | |||
import React, { act } from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove the act
import
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where'd that even come from lol 👀 👻
> Related issue: fleetdm#23621 # 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] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Manual QA for all new/changed functionality
QA notes:
Verified after locking a mac host,
Verified all previous commands for the mac host that used to say
now say
Verified after locking a Windows host, then unlocking via the UI, the Activity feed says
Verified after locking a Windows host,
Verified after locking a Linux host, then unlocking via the UI, the Activity feed says
Verified after locking a Linux host,
note: I did run into #22437 with locking/unlocking the Linux host. |
Checklist for submitter
If some of the following don't apply, delete the relevant line.
changes/
,orbit/changes/
oree/fleetd-chrome/changes
.See Changes files for more information.