Merge pull request #36 from joelmathewthomas/client/routes
Client/routes
This commit is contained in:
@@ -211,7 +211,7 @@ function ResultsPage() {
|
||||
<Button
|
||||
variant="outlined"
|
||||
color="primary"
|
||||
onClick={handleProcessAnother}
|
||||
onClick={()=> navigate('/upload')}
|
||||
>
|
||||
Process Another File
|
||||
</Button>
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user