diff --git a/src/Components/Input/TextInput.tsx b/src/Components/Input/TextInput.tsx index c9b91d8e..8d669a19 100644 --- a/src/Components/Input/TextInput.tsx +++ b/src/Components/Input/TextInput.tsx @@ -18,7 +18,7 @@ type InputTextProps = { export function TextInput({labelTitle, labelStyle, type, dataField, containerStyle, inputStyle, defaultValue, placeholder, autocomplete, updateFormValue} : InputTextProps){ return( -