|
@@ -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);
|
|
|
}
|
|
}
|