Improve SetIntegrationManager (#8878)

This commit is contained in:
Suguru Hirahara 2022-06-26 10:43:33 +00:00 committed by GitHub
parent ea5616a05f
commit 7852e168a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 33 additions and 24 deletions

View file

@ -407,7 +407,7 @@ export default class SetIdServer extends React.Component<IProps, IState> {
}
return (
<form className="mx_SettingsTab_section mx_SetIdServer" onSubmit={this.checkIdServer}>
<form className="mx_SetIdServer" onSubmit={this.checkIdServer}>
<span className="mx_SettingsTab_subheading">
{ sectionTitle }
</span>