Fix refresh on system console user page (#5222)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
30b06968e5
Коммит
5b245c3a07
@@ -269,10 +269,6 @@ export default class UserList extends React.Component {
|
||||
/>
|
||||
</h3>
|
||||
<FormError error={this.state.serverError}/>
|
||||
<form
|
||||
className='form-horizontal'
|
||||
role='form'
|
||||
>
|
||||
<div className='more-modal__list member-list-holder'>
|
||||
<SearchableUserList
|
||||
users={usersToDisplay}
|
||||
@@ -288,7 +284,6 @@ export default class UserList extends React.Component {
|
||||
actionUserProps={actionUserProps}
|
||||
/>
|
||||
</div>
|
||||
</form>
|
||||
<ResetPasswordModal
|
||||
user={this.state.user}
|
||||
show={this.state.showPasswordModal}
|
||||
|
||||
Ссылка в новой задаче
Block a user