Add multiline (#3134)

This commit is contained in:
Timur Carpeev 2023-02-09 15:18:00 +01:00 committed by GitHub
parent 9151fb77aa
commit 696aeb7010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,7 @@ const AttributeRow: React.FC<AttributeRowProps> = ({
> >
<TextField <TextField
fullWidth fullWidth
multiline
disabled={disabled} disabled={disabled}
error={!!error} error={!!error}
helperText={getErrorMessage(error, intl)} helperText={getErrorMessage(error, intl)}