mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
Fixed formatting for some of the files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//@flow
|
||||
import React from "react";
|
||||
import {LabelWithHelpIcon} from "../index";
|
||||
import { LabelWithHelpIcon } from "../index";
|
||||
|
||||
export type SelectItem = {
|
||||
value: string,
|
||||
@@ -35,10 +35,7 @@ class Select extends React.Component<Props> {
|
||||
|
||||
return (
|
||||
<div className="field">
|
||||
<LabelWithHelpIcon
|
||||
label={label}
|
||||
helpText={helpText}
|
||||
/>
|
||||
<LabelWithHelpIcon label={label} helpText={helpText} />
|
||||
<div className="control select">
|
||||
<select
|
||||
ref={input => {
|
||||
|
||||
Reference in New Issue
Block a user