chore: merge hoppscotch/main into hoppscotch/next

This commit is contained in:
jamesgeorge007
2024-11-13 14:25:47 +05:30
12 changed files with 63 additions and 23 deletions

View File

@@ -224,7 +224,10 @@ watch(
watch(
() => connection,
(newVal) => {
if (newVal.error && newVal.state === "DISCONNECTED") {
if (
newVal.error &&
(newVal.state === "DISCONNECTED" || newVal.state === "ERROR")
) {
const response = [
{
type: "error",