Fix old change added outside changes/ (#21685)

This lingering changes was first detected by
https://github.com/fleetdm/fleet/pull/21369 (the user moved it to the
correct place and this PR is removing it).
I traced the PR that added the change to the wrong location to an issue
with the milestone 4.44.1.
This commit is contained in:
Lucas Manuel Rodriguez 2024-08-29 17:14:49 -03:00 committed by GitHub
parent d8e5c1120d
commit 45fe4b2d5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -756,6 +756,7 @@ enrolled into teams (or no team) with disk encryption turned on. Thank you [home
* Fixed an issue where software from a Parallels VM on a MacOS host would show up in Fleet as if it were the host's software.
* Removed unnecessary nested database transactions in batch-setting of MDM profiles.
* Added count of upcoming activities to host vitals UI.
* Fixed a bug where the manage query automations modal would lose its state when the user clicks "Preview data".
## Fleet 4.44.0 (Jan 31, 2024)

View file

@ -1,2 +0,0 @@
- Fix a bug where the manage query automations modal would lose its state when the user clicks
"Preview data"