WA-238 Include the go title and to properties in Open route component

This commit is contained in:
apanizo 2018-05-08 13:21:50 +02:00
parent 2359ba640a
commit fe7a936687
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import Stepper from '~/components/Stepper'
import Confirmation from '~/routes/open/components/FormConfirmation'
import Review from '~/routes/open/components/ReviewInformation'
import SafeFields, { safeFieldsValidation } from '~/routes/open/components/SafeForm'
import { SAFELIST_ADDRESS } from '~/routes/routes'
const getSteps = () => [
'Fill Safe Form', 'Review Information', 'Deploy it',
@ -34,6 +35,8 @@ const Layout = ({
{ provider
? (
<Stepper
goPath={SAFELIST_ADDRESS}
goTitle="VISIT SAFES"
onSubmit={onCallSafeContractSubmit}
finishedTransaction={!!safeAddress}
steps={steps}