We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f3b40 commit c505525Copy full SHA for c505525
src/Traits/Filters/HandlesPillsData.php
@@ -12,9 +12,9 @@ public function getPillDataForFilter(): array
12
13
foreach ($this->getAppliedFiltersWithValuesForPills() as $filterSelectName => $value) {
14
if (! is_null($filter = $this->getFilterByKey($filterSelectName))) {
15
- //if ($filter->isEmpty($value)) {
16
- // continue;
17
- // }
+ // if ($filter->isEmpty($value)) {
+ // continue;
+ // }
18
$customPillBlade = null;
19
$hasCustomPillBlade = $filter->hasCustomPillBlade();
20
$isAnExternalLivewireFilter = (method_exists($filter, 'isAnExternalLivewireFilter') && $filter->isAnExternalLivewireFilter());
0 commit comments