From 370edd6ef0c4f9a107241a34350e7e027944957a Mon Sep 17 00:00:00 2001 From: GotPPay Date: Tue, 23 Jan 2018 01:51:36 +0100 Subject: [PATCH] fix inherited explanation bug --- web/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/App.js b/web/src/App.js index 9f46a99..a91c5f6 100644 --- a/web/src/App.js +++ b/web/src/App.js @@ -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:''}, }); }