We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4205c5 commit db810d2Copy full SHA for db810d2
src/Filament/Pages/Importer.php
@@ -3,7 +3,7 @@
3
namespace LaraZeus\Rhea\Filament\Pages;
4
5
use Corcel\Model\Post;
6
-use Filament\Forms\Components\Card;
+use Filament\Forms\Components\Section;
7
use Filament\Forms\Components\Toggle;
8
use Filament\Notifications\Notification;
9
use Filament\Pages\Page;
@@ -101,7 +101,7 @@ public function savePost($post)
101
protected function getFormSchema(): array
102
{
103
return [
104
- Card::make()->id('main-card')->columns(2)->schema([
+ Section::make()->id('main-card')->columns(2)->schema([
105
Toggle::make('truncate')->label('Truncate')->helperText('truncate the current Posts table'),
106
Toggle::make('overwrite')->label('Overwrite')->helperText('overwrite all existences posts'),
107
]),
0 commit comments