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