Explorar o código

added set state in resetButtonHandeler

ryuichi-e %!s(int64=6) %!d(string=hai) anos
pai
achega
d51dedf460
Modificáronse 1 ficheiros con 1 adicións e 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);