mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 16:44:44 +02:00
Change TextArea -> Textarea...
Makes no sense as we have TextInput, TagsInput and KeyValue... But TextArea is an issue...
This commit is contained in:
parent
d22f975684
commit
525a106e81
@ -303,7 +303,7 @@ class CreateServer extends CreateRecord
|
||||
),
|
||||
),
|
||||
|
||||
Forms\Components\TextArea::make('description')
|
||||
Forms\Components\Textarea::make('description')
|
||||
->placeholder('Description')
|
||||
->rows(3)
|
||||
->columnSpan([
|
||||
|
Loading…
x
Reference in New Issue
Block a user