Merge "Close button on view user in user management dashboard" into projects
authorkashalkar <kiran.kashalkar@riftio.com>
Mon, 8 May 2017 17:55:30 +0000 (19:55 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Mon, 8 May 2017 17:55:30 +0000 (19:55 +0200)
skyquake/plugins/user_management/src/dashboard/dashboard.jsx

index 4432881..0377a54 100644 (file)
@@ -82,7 +82,7 @@ class UserManagementDashboard extends React.Component {
     cancelEditUser = () => {
         this.actions.editUser(true)
     }
-    osePanel = () => {
+    closePanel = () => {
         this.actions.handleCloseUserPanel();
     }
     // updateUser = (e) => {