fix inherited explanation bug
This commit is contained in:
@@ -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:''},
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user