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:
TJ 2023-10-20 15:11:17 +05:30 committed by GitHub
parent 1f766b8c13
commit 098922efec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1789,7 +1789,7 @@ export const widgets = [
},
{
name: 'Textarea',
displayName: 'Textarea',
displayName: 'Text Area',
description: 'Multi-line text input',
component: 'TextArea',
defaultSize: {