Skip to content

Commit

Permalink
Merge branch '4.x' into optimize-table-blade-components
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Oct 18, 2024
2 parents 63ba76c + b2c83c4 commit c6bd39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class="fi-sidebar-nav flex-grow flex flex-col gap-y-7 overflow-y-auto overflow-x
->filter(fn (\Filament\Navigation\NavigationGroup $group): bool => $group->isCollapsed())
->map(fn (\Filament\Navigation\NavigationGroup $group): string => $group->getLabel())
->values()
->all()
)),
)
}
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Forms/StateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
expect($container)
->dehydrateState()->not()->toBe([]);

$container = ComponentContainer::make(Livewire::make())
$container = Schema::make(Livewire::make())
->statePath('data')
->components([
(new Component)
Expand Down

0 comments on commit c6bd39b

Please sign in to comment.