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 c88990e commit 236e712Copy full SHA for 236e712
frontend/src/components/listeners/SubmitExtraction.tsx
@@ -224,7 +224,7 @@ export default function SubmitExtraction(props: SubmitExtractionProps) {
224
</Step>
225
{/*step 2 results*/}
226
<Step key="results">
227
- <StepLabel>Extracted Results</StepLabel>
+ {/*<StepLabel>Extracted Results</StepLabel>*/}
228
<StepContent>
229
{/*buttons*/}
230
<Box sx={{ mb: 2 }}>
0 commit comments