mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:24:24 +01:00
Fix GraphQL schema getting nuked on codemirror language refresh
This commit is contained in:
@@ -21,6 +21,10 @@ export function useFilterResponse({
|
||||
filter,
|
||||
})) as FilterResponse;
|
||||
|
||||
if (result.error) {
|
||||
console.log("Failed to filter response:", result.error);
|
||||
}
|
||||
|
||||
return result;
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user