Fix GraphQL schema getting nuked on codemirror language refresh

This commit is contained in:
Gregory Schier
2025-07-21 14:17:36 -07:00
parent 7eb3f123c6
commit c609d0ff0c
4 changed files with 23 additions and 16 deletions

View File

@@ -21,6 +21,10 @@ export function useFilterResponse({
filter,
})) as FilterResponse;
if (result.error) {
console.log("Failed to filter response:", result.error);
}
return result;
},
});