Browse Source

fix hidden

FabioFratini 6 months ago
parent
commit
6302a8caa1
1 changed files with 0 additions and 3 deletions
  1. 0 3
      app/Http/Livewire/Causals.php

+ 0 - 3
app/Http/Livewire/Causals.php

@@ -75,9 +75,6 @@ class Causals extends Component
 
         // Build query with visibility filter
         $visibilityFilter = function($query) {
-            if (!$this->showHidden) {
-                return $query->where('hidden', '!=', true);
-            }
             return $query;
         };