Skip to content

Commit

Permalink
remove toggleable
Browse files Browse the repository at this point in the history
  • Loading branch information
RickDBCN committed Aug 8, 2023
1 parent 2b5c9eb commit 86053e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Filament/Resources/EmailResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static function form(Form $form): Form
->schema([
Textarea::make('text_body'),
]),
Tabs\Tab::make('raw')
Tabs\Tab::make('Raw')
->schema([
Textarea::make('raw_body'),
]),
Expand Down Expand Up @@ -116,14 +116,12 @@ public static function table(Table $table): Table
->sortable(),
TextColumn::make('from')
->label(__('From'))
//->toggleable()
->searchable(),
TextColumn::make('to')
->label(__('To'))
->searchable(),
TextColumn::make('cc')
->label(__('Cc'))
//->toggleable(isToggledHiddenByDefault: true)
->searchable(),
TextColumn::make('subject')
->label(__('Subject'))
Expand Down

0 comments on commit 86053e0

Please sign in to comment.