Преглед изворни кода

added set state in resetButtonHandeler

ryuichi-e пре 6 година
родитељ
комит
d51dedf460
1 измењених фајлова са 1 додато и 0 уклоњено
  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);