Skip to content

Commit

Permalink
Fix superfluous bulk actions tr <
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Aug 21, 2024
1 parent 4a18b05 commit cc70e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/table/tr/bulk-actions.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class="btn btn-primary btn-sm"
</div>
</template>

<<template x-if="selectedItems.length !== paginationTotalItemCount && !selectAllStatus">
<template x-if="selectedItems.length !== paginationTotalItemCount && !selectAllStatus">
<div wire:key="{{ $tableName }}-some-selected">
<span>
@lang('You have selected')
Expand Down

0 comments on commit cc70e3e

Please sign in to comment.