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
2 changed files with 2 additions and 0 deletions
+1
View 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 {