mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 00:48:25 +00:00
fix: label text from Textarea to Text Area (#7763)
Co-authored-by: Kavin Venkatachalam <50441969+kavinvenkatachalam@users.noreply.github.com>
This commit is contained in:
parent
1f766b8c13
commit
098922efec
1 changed files with 1 additions and 1 deletions
|
|
@ -1789,7 +1789,7 @@ export const widgets = [
|
|||
},
|
||||
{
|
||||
name: 'Textarea',
|
||||
displayName: 'Textarea',
|
||||
displayName: 'Text Area',
|
||||
description: 'Multi-line text input',
|
||||
component: 'TextArea',
|
||||
defaultSize: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue