Add missing import and fix apps reference.
This commit is contained in:
parent
3a10cda2ca
commit
ea83d7eee2
2 changed files with 4 additions and 3 deletions
|
@ -165,7 +165,7 @@ module.exports = React.createClass({
|
|||
});
|
||||
}
|
||||
this.setState({
|
||||
apps: this.apps,
|
||||
apps: apps,
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue