2
0
Эх сурвалжийг харах

Set state notifyComment = ' ' in resetAllChanges() in AdminUserConatiner.js

ryuichi-e 6 жил өмнө
parent
commit
7f69c7faf6

+ 5 - 1
src/client/js/services/AdminUsersContainer.js

@@ -116,7 +116,11 @@ export default class AdminUsersContainer extends Container {
 
 
   async resetAllChanges() {
   async resetAllChanges() {
     await this.setState({
     await this.setState({
-      sort: 'id', sortOrder: 'asc', searchText: '', selectedStatusList: new Set(['all']),
+      sort: 'id',
+      sortOrder: 'asc',
+      searchText: '',
+      notifyComment: '',
+      selectedStatusList: new Set(['all']),
     });
     });
     this.retrieveUsersByPagingNum(1);
     this.retrieveUsersByPagingNum(1);
   }
   }