Skip to content

Commit

Permalink
remove card
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 1, 2023
1 parent b4205c5 commit db810d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Filament/Pages/Importer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace LaraZeus\Rhea\Filament\Pages;

use Corcel\Model\Post;
use Filament\Forms\Components\Card;
use Filament\Forms\Components\Section;
use Filament\Forms\Components\Toggle;
use Filament\Notifications\Notification;
use Filament\Pages\Page;
Expand Down Expand Up @@ -101,7 +101,7 @@ public function savePost($post)
protected function getFormSchema(): array
{
return [
Card::make()->id('main-card')->columns(2)->schema([
Section::make()->id('main-card')->columns(2)->schema([
Toggle::make('truncate')->label('Truncate')->helperText('truncate the current Posts table'),
Toggle::make('overwrite')->label('Overwrite')->helperText('overwrite all existences posts'),
]),
Expand Down

0 comments on commit db810d2

Please sign in to comment.