Explorar el Código

added set state in resetButtonHandeler

ryuichi-e hace 6 años
padre
commit
d51dedf460
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/client/js/components/Admin/UserManagement.jsx

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

@@ -76,6 +76,7 @@ class UserManagement extends React.Component {
     try {
       adminUsersContainer.resetAllChanges();
       this.searchUserElement.value = '';
+      this.state.isNotifyCommentShow = false;
     }
     catch (err) {
       toastError(err);