Don't persist settings tab

This commit is contained in:
Gregory Schier
2024-08-10 08:10:14 -07:00
parent 1dd8034cf9
commit a0950ce5b8
4 changed files with 6 additions and 7 deletions

View File

@@ -56,7 +56,7 @@ export function useIntrospectGraphQL(baseRequest: HttpRequest) {
}
const { data } = JSON.parse(bodyText);
console.log('Introspection response', data);
console.log(`Got introspection response for ${baseRequest.url}`, data);
await setIntrospection(data);
};