Merge branch 'tutorial-builder'

This commit is contained in:
Delucse
2020-09-22 11:57:02 +02:00
5 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ class Builder extends Component {
<Textfield value={this.props.title} property={'title'} label={'Titel'} error={this.props.error.title}/>
{this.props.steps.map((step, i) =>
<Step step={step} index={i} />
<Step step={step} index={i} key={i}/>
)}
{/*submit or reset*/}