Réparation de bugs
parent
46085d14dd
commit
e2f8334094
|
@ -47,7 +47,8 @@ export default class extends Component {
|
|||
// C'est ici que la génération du formulaire, et donc la traversée des variables commence
|
||||
// if (!existingConversation)
|
||||
//TODO
|
||||
this.props.startConversation(targetNames)
|
||||
if (this.props.foldedSteps.length === 0)
|
||||
this.props.startConversation(targetNames)
|
||||
}
|
||||
render() {
|
||||
//TODO
|
||||
|
|
|
@ -89,7 +89,7 @@ export default class Input extends Component {
|
|||
|
||||
return (
|
||||
<select
|
||||
value={inversions[0].dottedName}
|
||||
defaultValue={inversions[0].dottedName}
|
||||
onMouseDown={e => this.inverse(e.target.value)}
|
||||
>
|
||||
{inversions.map(({ name, title, dottedName }) => (
|
||||
|
|
Loading…
Reference in New Issue