We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74cefd2 + c0966f3 commit 92e533dCopy full SHA for 92e533d
src/Filament/Resources/EmailResource.php
@@ -93,7 +93,7 @@ public static function form(Form $form): Form
93
TextInput::make('from')
94
->label(__('filament-email::filament-email.from'))
95
->columnSpan(2),
96
- Textinput::make('to')
+ TextInput::make('to')
97
->label(__('filament-email::filament-email.to'))
98
99
TextInput::make('cc')
0 commit comments