Fix bug in live query results UI (#3462)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user