diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc83235f9..7ff505690d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/changes/16538-preserve-manage-query-automations-modal-state b/changes/16538-preserve-manage-query-automations-modal-state deleted file mode 100644 index d8ea5ca981..0000000000 --- a/changes/16538-preserve-manage-query-automations-modal-state +++ /dev/null @@ -1,2 +0,0 @@ -- Fix a bug where the manage query automations modal would lose its state when the user clicks - "Preview data"