[#3147] don't silence connectivity errors

This commit is contained in:
Gani Georgiev
2023-08-18 19:13:20 +03:00
parent 8a916cd636
commit bcfbbc53f8
35 changed files with 76 additions and 76 deletions
+1 -1
View File
@@ -169,7 +169,7 @@
isLoading = false;
console.warn(err);
clearList();
ApiClient.error(err, false);
ApiClient.error(err, err?.status != 400); // silence filter errors
}
});
}