diff --git a/app/Filament/Pages/ListGroup.php b/app/Filament/Pages/ListGroup.php index 4823a5e8..36464a5c 100644 --- a/app/Filament/Pages/ListGroup.php +++ b/app/Filament/Pages/ListGroup.php @@ -57,7 +57,6 @@ public function infolist(Infolist $infolist): Infolist ->label('Support'), ]), - ListEntry::make('items') ->columnSpanFull() ->list() @@ -74,7 +73,7 @@ public function infolist(Infolist $infolist): Infolist ->url('#') ->label('Support'), ]), - /*->state([ + /*->state([ [ 'id' => 1, 'label' => 'label1', diff --git a/config/app.php b/config/app.php index 507321f9..48708592 100644 --- a/config/app.php +++ b/config/app.php @@ -106,7 +106,7 @@ 'ar' => ['name' => 'Arabic', 'native' => 'العربية', 'regional' => 'ar_AE', 'flag' => 'ae'], ], - 'repos' => ['sky', 'bolt', 'wind', 'dynamic-dashboard', 'rhea', 'zeus', 'artemis', 'matrix-choice', 'qr', 'popover', 'inline-chart', 'accordion', 'quantity','list-group'], + 'repos' => ['sky', 'bolt', 'wind', 'dynamic-dashboard', 'rhea', 'zeus', 'artemis', 'matrix-choice', 'qr', 'popover', 'inline-chart', 'accordion', 'quantity', 'list-group'], /* |--------------------------------------------------------------------------