Change TextArea -> Textarea...

Makes no sense as we have TextInput, TagsInput and KeyValue... But TextArea is an issue...
This commit is contained in:
Charles 2024-07-30 14:12:29 -04:00
parent d22f975684
commit 525a106e81

View File

@ -303,7 +303,7 @@ class CreateServer extends CreateRecord
),
),
Forms\Components\TextArea::make('description')
Forms\Components\Textarea::make('description')
->placeholder('Description')
->rows(3)
->columnSpan([