Browse Source

deleted statusList and inputWord coz its already exist as searchText and selectedStatusList

ryuichi-e 6 năm trước cách đây
mục cha
commit
1e70b6c60a
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/client/js/services/AdminUsersContainer.js

+ 0 - 2
src/client/js/services/AdminUsersContainer.js

@@ -18,8 +18,6 @@ export default class AdminUsersContainer extends Container {
 
     this.state = {
       users: [],
-      statusList: new Set(),
-      inputWord: '',
       sort: '',
       sortOrder: '',
       isPasswordResetModalShown: false,