Send message feature #11

Merged
senaduka merged 32 commits from send-message-feature into master 2018-01-23 12:20:02 +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:''},
});
}