Skip to content

Commit 0f26a37

Browse files
committed
Fix formatting
1 parent 5447b57 commit 0f26a37

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

site/components/Form/FormTextField.tsx

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -26,31 +26,31 @@ export interface FormFieldProps<T> {
2626
*/
2727
export interface FormTextFieldProps<T>
2828
extends Pick<
29-
TextFieldProps,
30-
| "autoComplete"
31-
| "autoFocus"
32-
| "children"
33-
| "className"
34-
| "disabled"
35-
| "fullWidth"
36-
| "helperText"
37-
| "id"
38-
| "InputLabelProps"
39-
| "InputProps"
40-
| "inputProps"
41-
| "label"
42-
| "margin"
43-
| "multiline"
44-
| "onChange"
45-
| "placeholder"
46-
| "required"
47-
| "rows"
48-
| "select"
49-
| "SelectProps"
50-
| "style"
51-
| "type"
52-
>,
53-
FormFieldProps<T> {
29+
TextFieldProps,
30+
| "autoComplete"
31+
| "autoFocus"
32+
| "children"
33+
| "className"
34+
| "disabled"
35+
| "fullWidth"
36+
| "helperText"
37+
| "id"
38+
| "InputLabelProps"
39+
| "InputProps"
40+
| "inputProps"
41+
| "label"
42+
| "margin"
43+
| "multiline"
44+
| "onChange"
45+
| "placeholder"
46+
| "required"
47+
| "rows"
48+
| "select"
49+
| "SelectProps"
50+
| "style"
51+
| "type"
52+
>,
53+
FormFieldProps<T> {
5454
/**
5555
* eventTransform is an optional transformer on the event data before it is
5656
* processed by formik.
@@ -161,4 +161,4 @@ export const FormTextField = <T,>({
161161
{children}
162162
</Component>
163163
)
164-
}
164+
}

0 commit comments

Comments
 (0)