diff --git a/Client/src/Components/Inputs/TextInput/index.jsx b/Client/src/Components/Inputs/TextInput/index.jsx index b78ca5439..744d036bd 100644 --- a/Client/src/Components/Inputs/TextInput/index.jsx +++ b/Client/src/Components/Inputs/TextInput/index.jsx @@ -77,6 +77,7 @@ const TextInput = forwardRef( endAdornment = null, label = null, maxWidth = "100%", + flex, disabled = false, }, ref @@ -84,7 +85,7 @@ const TextInput = forwardRef( const [fieldType, setFieldType] = useState(type); const theme = useTheme(); return ( - +