mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-04-20 05:26:20 +00:00
Updated to airbnb coding styles
This commit is contained in:
@@ -5,7 +5,6 @@ import { LabeledFormGroup } from './LabeledFormGroup';
|
||||
export interface InputFormGroupProps {
|
||||
value: string;
|
||||
onChange: (newValue: string) => void;
|
||||
id?: string;
|
||||
type?: InputType;
|
||||
required?: boolean;
|
||||
placeholder?: string;
|
||||
|
||||
@@ -7,6 +7,7 @@ interface LabeledFormGroupProps {
|
||||
labelClassName?: string;
|
||||
}
|
||||
|
||||
/* eslint-disable jsx-a11y/label-has-associated-control */
|
||||
export const LabeledFormGroup: FC<LabeledFormGroupProps> = (
|
||||
{ children, label, className = '', labelClassName = '', noMargin = false },
|
||||
) => (
|
||||
|
||||
Reference in New Issue
Block a user