Skip to content

Commit

Permalink
Enable code
Browse files Browse the repository at this point in the history
  • Loading branch information
selankon committed Sep 1, 2023
1 parent 3199c07 commit cf37dcf
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions src/pages/createDAO.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,43 +317,43 @@ const CreateDAO: React.FC = () => {
returnPath={Landing}
processType="DaoCreation"
>
{/*<Step*/}
{/* fullWidth*/}
{/* hideWizard*/}
{/* customHeader={*/}
{/* <OverviewDAOHeader*/}
{/* navLabel={t('createDAO.title')}*/}
{/* returnPath={Landing}*/}
{/* />*/}
{/* }*/}
{/* customFooter={<></>}*/}
{/*>*/}
{/* <OverviewDAOStep />*/}
{/*</Step>*/}
{/*<Step*/}
{/* wizardTitle={t('createDAO.step1.title')}*/}
{/* wizardDescription={htmlIn(t)('createDAO.step1.description')}*/}
{/* onNextButtonClicked={next =>*/}
{/* handleNextButtonTracking(next, '1_select_blockchain', {*/}
{/* network: formMethods.getValues('blockchain')?.network,*/}
{/* })*/}
{/* }*/}
{/*>*/}
{/* <SelectChain />*/}
{/*</Step>*/}
{/*<Step*/}
{/* wizardTitle={t('createDAO.step2.title')}*/}
{/* wizardDescription={htmlIn(t)('createDAO.step2.description')}*/}
{/* isNextButtonDisabled={!daoMetadataIsValid}*/}
{/* onNextButtonClicked={next =>*/}
{/* handleNextButtonTracking(next, '2_define_metadata', {*/}
{/* dao_name: formMethods.getValues('daoName'),*/}
{/* links: formMethods.getValues('links'),*/}
{/* })*/}
{/* }*/}
{/*>*/}
{/* <DefineMetadata />*/}
{/*</Step>*/}
<Step
fullWidth
hideWizard
customHeader={
<OverviewDAOHeader
navLabel={t('createDAO.title')}
returnPath={Landing}
/>
}
customFooter={<></>}
>
<OverviewDAOStep />
</Step>
<Step
wizardTitle={t('createDAO.step1.title')}
wizardDescription={htmlIn(t)('createDAO.step1.description')}
onNextButtonClicked={next =>
handleNextButtonTracking(next, '1_select_blockchain', {
network: formMethods.getValues('blockchain')?.network,
})
}
>
<SelectChain />
</Step>
<Step
wizardTitle={t('createDAO.step2.title')}
wizardDescription={htmlIn(t)('createDAO.step2.description')}
isNextButtonDisabled={!daoMetadataIsValid}
onNextButtonClicked={next =>
handleNextButtonTracking(next, '2_define_metadata', {
dao_name: formMethods.getValues('daoName'),
links: formMethods.getValues('links'),
})
}
>
<DefineMetadata />
</Step>
<Step
wizardTitle={t('createDAO.step3.title')}
wizardDescription={htmlIn(t)('createDAO.step3.description')}
Expand Down

0 comments on commit cf37dcf

Please sign in to comment.