Skip to content

Commit 92e533d

Browse files
Merge pull request #97 from hofmannsven/main
Fix typo in EmailResource
2 parents 74cefd2 + c0966f3 commit 92e533d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Resources/EmailResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static function form(Form $form): Form
9393
TextInput::make('from')
9494
->label(__('filament-email::filament-email.from'))
9595
->columnSpan(2),
96-
Textinput::make('to')
96+
TextInput::make('to')
9797
->label(__('filament-email::filament-email.to'))
9898
->columnSpan(2),
9999
TextInput::make('cc')

0 commit comments

Comments
 (0)