mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Fix bug in live query results UI (#3462)
This commit is contained in:
parent
dc3316b9ab
commit
dde8bd88ca
2 changed files with 2 additions and 0 deletions
1
changes/issue-3343-live-query-UI
Normal file
1
changes/issue-3343-live-query-UI
Normal file
|
|
@ -0,0 +1 @@
|
|||
* Fix bug in live query results UI
|
||||
|
|
@ -68,6 +68,7 @@ const updateCampaignStateFromResults = (campaign, { data }) => {
|
|||
failed: hostsCount.failed,
|
||||
total: newTotal,
|
||||
};
|
||||
newErrors = [...errors];
|
||||
}
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue