Skip to content

Commit db810d2

Browse files
committed
remove card
1 parent b4205c5 commit db810d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Filament/Pages/Importer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace LaraZeus\Rhea\Filament\Pages;
44

55
use Corcel\Model\Post;
6-
use Filament\Forms\Components\Card;
6+
use Filament\Forms\Components\Section;
77
use Filament\Forms\Components\Toggle;
88
use Filament\Notifications\Notification;
99
use Filament\Pages\Page;
@@ -101,7 +101,7 @@ public function savePost($post)
101101
protected function getFormSchema(): array
102102
{
103103
return [
104-
Card::make()->id('main-card')->columns(2)->schema([
104+
Section::make()->id('main-card')->columns(2)->schema([
105105
Toggle::make('truncate')->label('Truncate')->helperText('truncate the current Posts table'),
106106
Toggle::make('overwrite')->label('Overwrite')->helperText('overwrite all existences posts'),
107107
]),

0 commit comments

Comments
 (0)