From: kashalkar Date: Mon, 8 May 2017 17:55:30 +0000 (+0200) Subject: Merge "Close button on view user in user management dashboard" into projects X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=06dd5508070d4acc43bdcacca20cee5953d5a5a4;hp=08e8a038f222c66ce6f55760a766e90b87b3c50b Merge "Close button on view user in user management dashboard" into projects --- 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) => {