mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Removed unneeded optional prop 'type' from 'admin_console/password_settings' (#24004)
This commit is contained in:
parent
51c6e77972
commit
cc6de45bde
@ -195,7 +195,6 @@ export default class PasswordSettings extends AdminSettings<Props, State> {
|
||||
onChange={this.handleChange}
|
||||
setByEnv={this.isSetByEnv('PasswordSettings.MinimumLength')}
|
||||
disabled={this.props.isDisabled}
|
||||
type='input'
|
||||
/>
|
||||
<Setting
|
||||
label={
|
||||
@ -299,7 +298,6 @@ export default class PasswordSettings extends AdminSettings<Props, State> {
|
||||
onChange={this.handleChange}
|
||||
setByEnv={this.isSetByEnv('ServiceSettings.MaximumLoginAttempts')}
|
||||
disabled={this.props.isDisabled}
|
||||
type='input'
|
||||
/>
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user