Skip to content

Commit

Permalink
Fixed commented field
Browse files Browse the repository at this point in the history
  • Loading branch information
marcogermani87 committed Aug 29, 2024
1 parent acc9bfc commit 8c8577a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Filament/Resources/EmailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ public static function table(Table $table): Table
TextInput::make('bcc')
->label(__('filament-email::filament-email.bcc'))
->email(),
// DateRangePicker::make('created_at')
// ->label(__('filament-email::filament-email.sent_at')),
DateRangePicker::make('created_at')
->label(__('filament-email::filament-email.sent_at')),
])
->columns(2)
->indicateUsing(function (array $data): array {
Expand Down

0 comments on commit 8c8577a

Please sign in to comment.