Explorar o código

change notifyComment to isNotifyCommentShow in resetAllChanges function

ryuichi-e %!s(int64=6) %!d(string=hai) anos
pai
achega
0602b54747
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/js/services/AdminUsersContainer.js

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

@@ -115,7 +115,7 @@ export default class AdminUsersContainer extends Container {
       sort: 'id',
       sortOrder: 'asc',
       searchText: '',
-      notifyComment: '',
+      isNotifyCommentShow: false,
       selectedStatusList: new Set(['all']),
     });
     this.retrieveUsersByPagingNum(1);