Skip to content

Commit 8eafffe

Browse files
authored
Fix superfluous bulk actions tr < (rappasoft#1868)
1 parent 4a18b05 commit 8eafffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/table/tr/bulk-actions.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class="btn btn-primary btn-sm"
9797
</div>
9898
</template>
9999

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

0 commit comments

Comments
 (0)