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