Skip to content

Commit

Permalink
Merge branch 'v3' of github.com:lara-zeus/demo into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Feb 11, 2024
2 parents d2267df + 5ee6cc7 commit 9c173a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/Filament/Pages/ListGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function infolist(Infolist $infolist): Infolist
->label('Support'),
]),


ListEntry::make('items')
->columnSpanFull()
->list()
Expand All @@ -74,7 +73,7 @@ public function infolist(Infolist $infolist): Infolist
->url('#')
->label('Support'),
]),
/*->state([
/*->state([
[
'id' => 1,
'label' => 'label1',
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 9c173a6

Please sign in to comment.