fix inherited explanation bug

This commit is contained in:
GotPPay
2018-01-23 01:51:36 +01:00
parent 0d858ad1c7
commit 370edd6ef0

View File

@@ -255,7 +255,7 @@ class App extends Component {
allIntents: this.state.allIntents,
selectedIndex: NEW_INTENT_SELECTED_INDEX,
launchRequest: false,
selectedIntent: {intentName: '', questions: [''], answer: ''},
selectedIntent: {intentName: '', questions: [''], answer: '', intentExplanation:''},
});
}