X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=skyquake%2Fplugins%2Fuser_management%2Fsrc%2Fdashboard%2Fdashboard.jsx;h=28471b782097e898a575c5356f9e1009d57315ac;hb=b5f45345dc77c112f4970d010febb7bb5a4335bd;hp=0275831a602b1fe6059a6e2f94618c36499ddde8;hpb=f75f4282c2694d4ad712ccb12d0a316c40c17fa8;p=osm%2FUI.git diff --git a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx index 0275831a6..28471b782 100644 --- a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx +++ b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx @@ -79,7 +79,7 @@ class UserManagementDashboard extends React.Component { cancelEditUser = () => { this.actions.editUser(true) } - closePanel = () => { + osePanel = () => { this.actions.handleCloseUserPanel(); } // updateUser = (e) => { @@ -301,7 +301,8 @@ class UserManagementDashboard extends React.Component { } // onClick={this.Store.update.bind(null, Account)} UserManagementDashboard.contextTypes = { - router: React.PropTypes.object + router: React.PropTypes.object, + userProfile: React.PropTypes.object }; UserManagementDashboard.defaultProps = {