File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,18 @@ public function getPillDataForFilter(): array
1212
1313        foreach  ($ this getAppliedFiltersWithValuesForPills () as  $ filterSelectName$ value
1414            if  (! is_null ($ filter$ this getFilterByKey ($ filterSelectName
15-                 if  ($ filterisEmpty ($ value
16-                     continue ;
17-                 }
15+                 // if ($filter->isEmpty($value)) {
16+                //      continue;
17+                //  }
1818                $ customPillBladenull ;
19+                 $ hasCustomPillBlade$ filterhasCustomPillBlade ();
1920                $ isAnExternalLivewireFiltermethod_exists ($ filter'isAnExternalLivewireFilter ' ) && $ filterisAnExternalLivewireFilter ());
2021                $ separatormethod_exists ($ filter'getPillsSeparator ' ) ? $ filtergetPillsSeparator () : ',  ' ;
2122                $ separatedValuesnull ;
2223
2324                //  dd($value); 
2425
25-                 if  ($ hasCustomPillBlade =  $ filter -> hasCustomPillBlade () ) {
26+                 if  ($ hasCustomPillBlade
2627                    $ customPillBlade$ filtergetCustomPillBlade ();
2728                }
2829
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments