Ver Fonte

added set state in resetButtonHandeler

ryuichi-e há 6 anos atrás
pai
commit
d51dedf460
1 ficheiros alterados com 1 adições e 0 exclusões
  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);