From: Laurence Maultsby Date: Fri, 5 May 2017 13:05:24 +0000 (-0400) Subject: Close button on view user in user management dashboard X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=c33cde7c8824d79e9825698fe957c24dfa1fe798;hp=b78cde7361f4c72441e3dae0b14e116f62895698 Close button on view user in user management dashboard Signed-off-by: Laurence Maultsby --- diff --git a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx index 4432881ab..0377a54b1 100644 --- a/skyquake/plugins/user_management/src/dashboard/dashboard.jsx +++ b/skyquake/plugins/user_management/src/dashboard/dashboard.jsx @@ -82,7 +82,7 @@ class UserManagementDashboard extends React.Component { cancelEditUser = () => { this.actions.editUser(true) } - osePanel = () => { + closePanel = () => { this.actions.handleCloseUserPanel(); } // updateUser = (e) => {