|
@@ -19,6 +19,11 @@ class UserManagement extends React.Component {
|
|
|
|
|
|
|
|
constructor(props) {
|
|
constructor(props) {
|
|
|
super();
|
|
super();
|
|
|
|
|
+
|
|
|
|
|
+ this.state = {
|
|
|
|
|
+ isNotifyCommentShow: false,
|
|
|
|
|
+ };
|
|
|
|
|
+
|
|
|
this.handlePage = this.handlePage.bind(this);
|
|
this.handlePage = this.handlePage.bind(this);
|
|
|
this.handleChangeSearchText = this.handleChangeSearchText.bind(this);
|
|
this.handleChangeSearchText = this.handleChangeSearchText.bind(this);
|
|
|
}
|
|
}
|