File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
<div class =" dropdown-menu dropdown-menu-right w-100" aria-labelledby =" columnSelect" >
8
8
@foreach ($columns as $column )
9
9
@if ($column -> isVisible () && $column -> isSelectable () )
10
- <div >
10
+ <div wire:key = " columnSelect- {{ $loop -> index } } " >
11
11
<label class =" px-2 {{ $loop -> last ? ' mb-0' : ' mb-1' } }" >
12
12
<input
13
13
wire:model =" columnSelectEnabled"
Original file line number Diff line number Diff line change 7
7
<div class =" dropdown-menu dropdown-menu-end w-100" aria-labelledby =" columnSelect" >
8
8
@foreach ($columns as $column )
9
9
@if ($column -> isVisible () && $column -> isSelectable () )
10
- <div >
10
+ <div wire:key = " columnSelect- {{ $loop -> index } } " >
11
11
<label class =" px-2 {{ $loop -> last ? ' mb-0' : ' mb-1' } }" >
12
12
<input
13
13
wire:model =" columnSelectEnabled"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class="origin-top-right absolute right-0 mt-2 w-48 rounded-md shadow-lg z-50"
41
41
<div class =" p-2" role =" menu" aria-orientation =" vertical" aria-labelledby =" column-select-menu" >
42
42
@foreach ($columns as $column )
43
43
@if ($column -> isVisible () && $column -> isSelectable () )
44
- <div >
44
+ <div wire:key = " columnSelect- {{ $loop -> index } } " >
45
45
<label class =" px-2 py-1 inline-flex items-center" >
46
46
<input
47
47
wire:model =" columnSelectEnabled"
You can’t perform that action at this time.
0 commit comments