Skip to content

Commit 236e712

Browse files
authored
results commented out for now (#1138)
1 parent c88990e commit 236e712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/listeners/SubmitExtraction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export default function SubmitExtraction(props: SubmitExtractionProps) {
224224
</Step>
225225
{/*step 2 results*/}
226226
<Step key="results">
227-
<StepLabel>Extracted Results</StepLabel>
227+
{/*<StepLabel>Extracted Results</StepLabel>*/}
228228
<StepContent>
229229
{/*buttons*/}
230230
<Box sx={{ mb: 2 }}>

0 commit comments

Comments
 (0)