mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-01 21:14:17 +02:00
Fix environment activation and setting active cookie jar
This commit is contained in:
@@ -20,7 +20,7 @@ export function useIntrospectGraphQL(
|
||||
// Debounce the request because it can change rapidly and we don't
|
||||
// want to send so too many requests.
|
||||
const request = useDebouncedValue(baseRequest);
|
||||
const [activeEnvironment] = useActiveEnvironment();
|
||||
const activeEnvironment = useActiveEnvironment();
|
||||
const [isLoading, setIsLoading] = useState<boolean>(false);
|
||||
const [error, setError] = useState<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user