Refactoring
This commit is contained in:
@ -51,7 +51,7 @@ var TreeNode = React.createClass({
|
||||
var ProfileTree = React.createClass({
|
||||
|
||||
componentDidMount: function() {
|
||||
this.props.dispatch(actions.launcher.loadProfile('./default-profile.json'));
|
||||
this.props.dispatch(actions.common.loadProfile('./default-profile.json'));
|
||||
},
|
||||
|
||||
render: function() {
|
||||
|
Reference in New Issue
Block a user