Skip to content

Commit

Permalink
Merge branch 'fix-bulk-actions-dropdown' of https://github.com/Cristh…
Browse files Browse the repository at this point in the history
…oferMF/laravel-livewire-tables into CristhoferMF-fix-bulk-actions-dropdown
  • Loading branch information
rappasoft committed Oct 25, 2021
2 parents cd08fdf + 68491c5 commit 0aa862b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if ($this->showBulkActionsDropdown)
<div class="mb-3 mb-md-0">
<div class="mb-3 mb-md-0" id="bulkActionsWrapper">
<div class="dropdown d-block d-md-inline">
<button class="btn dropdown-toggle d-block w-100 d-md-inline" type="button" id="bulkActions" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@lang('Bulk Actions')
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@if ($this->showBulkActionsDropdown)
<div class="mb-3 mb-md-0">
<div class="mb-3 mb-md-0" id="bulkActionsWrapper">
<div class="dropdown d-block d-md-inline">
<button class="btn dropdown-toggle d-block w-100 d-md-inline" type="button" id="bulkActions" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
@lang('Bulk Actions')
Expand Down

0 comments on commit 0aa862b

Please sign in to comment.