File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/DataTransferObjects/Filters Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 -> except ([' default' , ' default-styling' , ' default-colors' ])
1414} }
1515>
16- <span {{ $attributes -> merge ($pillTitleDisplayDataArray ) } } ></span >
17-
16+ <span {{ $attributes -> merge ($pillTitleDisplayDataArray ) } } ></span >:  ;
1817<span {{ $attributes -> merge ($pillDisplayDataArray ) } } ></span >
1918
2019<x-livewire-tables::tools .filter-pills.buttons.reset-filter :$filterKey :$filterPillData />
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public function getInternalFilterPillDisplayDataArray(array $array = []): array
137137
138138 public function getFilterTitleDisplayDataArray (array $ array = []): array
139139 {
140- $ array [$ this ->shouldUsePillsTitleAsHtml () ? 'x-html ' : 'x-text ' ] = " localFilterTitle + ': ' " ;
140+ $ array [$ this ->shouldUsePillsTitleAsHtml () ? 'x-html ' : 'x-text ' ] = ' localFilterTitle ' ;
141141
142142 return $ array ;
143143 }
You can’t perform that action at this time.
0 commit comments