mirror of
https://github.com/wassname/talk.git
synced 2026-07-26 13:37:38 +08:00
Ádding Select, Options to Coral Ui and steps with formField
This commit is contained in:
@@ -18,7 +18,7 @@ const InstallContainer = props => {
|
||||
<Layout restricted={true}>
|
||||
<div className={styles.Install}>
|
||||
<h2>Welcome to the Coral Project</h2>
|
||||
{ install.step !== 0 ? <WizardNav goToStep={goToStep} items={wizardNavitems} currentStep={install.step}/> : null }
|
||||
{ install.step !== 0 ? <WizardNav goToStep={goToStep} items={wizardNavitems} currentStep={install.step} icon='check'/> : null }
|
||||
<Wizard currentStep={install.step} nextStep={nextStep} previousStep={previousStep} goToStep={goToStep}>
|
||||
<InitialStep/>
|
||||
<AddOrganizationName/>
|
||||
|
||||
Reference in New Issue
Block a user