test saburly account
This commit is contained in:
@@ -220,8 +220,7 @@ class App extends Component {
|
||||
let newAllIntents = JSON.parse (newAllIntentsJSON);
|
||||
|
||||
let resolveState = null;
|
||||
let rejectState = this.state;
|
||||
rejectState.waiting = false;
|
||||
let rejectState = {waiting:false}
|
||||
|
||||
if (this.state.selectedIndex === NEW_INTENT_SELECTED_INDEX) {
|
||||
//new intent
|
||||
@@ -237,6 +236,7 @@ class App extends Component {
|
||||
resolveState = {
|
||||
allIntents: newAllIntents,
|
||||
selectedIntent: selectedIntent,
|
||||
waiting:false,
|
||||
};
|
||||
}
|
||||
this.setState ({waiting: true});
|
||||
|
||||
Reference in New Issue
Block a user