We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29dd21 commit f7e5015Copy full SHA for f7e5015
frontend/src/features/test-details/index.tsx
@@ -20,7 +20,7 @@ const TestDetailsPane: React.FC = () => {
20
const { file } = useFile();
21
const { spec } = useOpenApi();
22
const { logToTerminal } = useTerminal();
23
- const { loading, setLoading } = useLoading();
+ const { setLoading } = useLoading();
24
const { runTests } = useTestRunner();
25
26
// Build table rows from OpenAPI spec
0 commit comments