Fix bug in live query results UI (#3462)

This commit is contained in:
gillespi314 2021-12-27 12:29:52 -06:00 committed by GitHub
parent dc3316b9ab
commit dde8bd88ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
* Fix bug in live query results UI

View file

@ -68,6 +68,7 @@ const updateCampaignStateFromResults = (campaign, { data }) => {
failed: hostsCount.failed,
total: newTotal,
};
newErrors = [...errors];
}
return {