فهرست منبع

delted notifyComment and added isNotifyCommentShow, and the default is false

ryuichi-e 6 سال پیش
والد
کامیت
28705ba2aa
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/client/js/services/AdminUsersContainer.js

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

@@ -28,7 +28,7 @@ export default class AdminUsersContainer extends Container {
       pagingLimit: Infinity,
       selectedStatusList: new Set(['all']),
       searchText: '',
-      notifyComment: '',
+      isNotifyCommentShow: false,
     };
 
     this.showPasswordResetModal = this.showPasswordResetModal.bind(this);