Close button on view user in user management dashboard
[osm/UI.git] / 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) => {