Merge pull request #36 from joelmathewthomas/client/routes

Client/routes
This commit is contained in:
Joel Mathew Thomas
2025-03-16 15:48:03 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ function ResultsPage() {
<Button
variant="outlined"
color="primary"
onClick={handleProcessAnother}
onClick={()=> navigate('/upload')}
>
Process Another File
</Button>
+1 -1
View File
@@ -1,7 +1,7 @@
import React from 'react';
import { Box, Stepper, Step, StepLabel } from '@mui/material';
const steps = ['Upload', 'Preview', 'Process', 'Results'];
const steps = ['Upload', 'Preview', 'Process', ,'Results'];
function StepperComponent({ activeStep }) {
return (