Explorar el Código

add handleClick

akira-s hace 6 años
padre
commit
b9c91aabed
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/client/js/components/Admin/UserManagement.jsx

+ 4 - 0
src/client/js/components/Admin/UserManagement.jsx

@@ -57,6 +57,10 @@ class UserManagement extends React.Component {
     this.setState({ statusList });
   }
 
+  handleClick(statusType) {
+    this.props.adminUsersContainer.handleClick(statusType);
+  }
+
 
   render() {
     const { t, adminUsersContainer } = this.props;