Changing steps names to open route
This commit is contained in:
parent
872658d918
commit
80d623a556
|
@ -14,7 +14,7 @@ import Link from '~/components/layout/Link'
|
|||
import { secondary } from '~/theme/variables'
|
||||
|
||||
const getSteps = () => [
|
||||
'Fill Safe Form', 'Review Information', 'Deploy it',
|
||||
'Start', 'Owners', 'Confirmations', 'Review',
|
||||
]
|
||||
|
||||
const initialValuesFrom = (userAccount: string) => ({
|
||||
|
|
Loading…
Reference in New Issue