Merge pull request #36 from joelmathewthomas/client/routes
Client/routes
This commit is contained in:
@@ -211,7 +211,7 @@ function ResultsPage() {
|
|||||||
<Button
|
<Button
|
||||||
variant="outlined"
|
variant="outlined"
|
||||||
color="primary"
|
color="primary"
|
||||||
onClick={handleProcessAnother}
|
onClick={()=> navigate('/upload')}
|
||||||
>
|
>
|
||||||
Process Another File
|
Process Another File
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Box, Stepper, Step, StepLabel } from '@mui/material';
|
import { Box, Stepper, Step, StepLabel } from '@mui/material';
|
||||||
|
|
||||||
const steps = ['Upload', 'Preview', 'Process', 'Results'];
|
const steps = ['Upload', 'Preview', 'Process', ,'Results'];
|
||||||
|
|
||||||
function StepperComponent({ activeStep }) {
|
function StepperComponent({ activeStep }) {
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user