mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
# Checklist for submitter - [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. # Details This PR fixes an issue where any selection made in the table on the Manage Queries page would be cleared a few seconds after the page loaded. The issue was due to a re-render happening after the `staleTime` period elapsed, coupled with an array that was being re-created on every render.
1 line
No EOL
102 B
Text
1 line
No EOL
102 B
Text
- Fixed an issue where selections made on the Queries page were cleared a few seconds after page load. |