Add multiline (#3134)
This commit is contained in:
parent
9151fb77aa
commit
696aeb7010
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ const AttributeRow: React.FC<AttributeRowProps> = ({
|
|||
>
|
||||
<TextField
|
||||
fullWidth
|
||||
multiline
|
||||
disabled={disabled}
|
||||
error={!!error}
|
||||
helperText={getErrorMessage(error, intl)}
|
||||
|
|
Loading…
Reference in a new issue