Question explanation #12

Merged
senaduka merged 20 commits from question-explanation into send-message-feature 2018-01-23 12:19:14 +01:00
Showing only changes of commit 370edd6ef0 - Show all commits

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:''},
});
}