Skip to content

Commit

Permalink
Merge branch 'v3-master' into v3-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Oct 29, 2023
2 parents 9522dc8 + cf20177 commit 9eb5d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `laravel-livewire-tables` will be documented in this file

## UNRELEASED
## [3.0.0-beta.11] - 2023-10-29
- Update Date Range Icon Styling
- Migrate PHP from date-range blade into new DateRangeFilter method
- Add FilterHelper method for generating filter wire:keys
Expand Down
2 changes: 1 addition & 1 deletion resources/views/components/tools/toolbar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@if ($component->showBulkActionsDropdownAlpine())
<x-livewire-tables::tools.toolbar.items.bulk-actions />
@endif

@if ($component->columnSelectIsEnabled())
<x-livewire-tables::tools.toolbar.items.column-select />
@endif
Expand Down

0 comments on commit 9eb5d62

Please sign in to comment.