diff --git a/frontend-v2/src/components/TextField.tsx b/frontend-v2/src/components/TextField.tsx index 5e5c4d14..13575b74 100644 --- a/frontend-v2/src/components/TextField.tsx +++ b/frontend-v2/src/components/TextField.tsx @@ -16,7 +16,7 @@ type Props = { mode?: "onChange" | "onBlur"; textFieldProps?: TextFieldProps; autoShrink?: boolean; - size: 'small' | 'medium' + size?: 'small' | 'medium' sx?: SxProps; };