Remove Escape from hotkeys

This commit is contained in:
Gregory Schier
2024-02-27 18:58:41 -08:00
parent a40437a7fb
commit 597664d6f9
7 changed files with 52 additions and 26 deletions

View File

@@ -85,6 +85,5 @@ export function useIntrospectGraphQL(baseRequest: HttpRequest) {
[introspection],
);
console.log('SCHEMA', introspection);
return { schema, isLoading, error, refetch };
}