mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-12 16:35:45 +01:00
remove unnecessary div, to fix spacing of form elements
This commit is contained in:
@@ -124,7 +124,7 @@ class RepositoryForm extends React.Component<Props, State> {
|
|||||||
const { repositoryTypes, t } = this.props;
|
const { repositoryTypes, t } = this.props;
|
||||||
const repository = this.state.repository;
|
const repository = this.state.repository;
|
||||||
return (
|
return (
|
||||||
<div>
|
<>
|
||||||
<InputField
|
<InputField
|
||||||
label={t("repository.name")}
|
label={t("repository.name")}
|
||||||
onChange={this.handleNameChange}
|
onChange={this.handleNameChange}
|
||||||
@@ -140,7 +140,7 @@ class RepositoryForm extends React.Component<Props, State> {
|
|||||||
options={this.createSelectOptions(repositoryTypes)}
|
options={this.createSelectOptions(repositoryTypes)}
|
||||||
helpText={t("help.typeHelpText")}
|
helpText={t("help.typeHelpText")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user