From c33cde7c8824d79e9825698fe957c24dfa1fe798 Mon Sep 17 00:00:00 2001 From: Laurence Maultsby Date: Fri, 5 May 2017 09:05:24 -0400 Subject: [PATCH] Close button on view user in user management dashboard Signed-off-by: Laurence Maultsby --- skyquake/plugins/user_management/src/dashboard/dashboard.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => { -- 2.17.1