Skip to content

Commit

Permalink
Fix SO condition
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Feb 23, 2024
1 parent 4456587 commit 99e26dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Enclosure.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function rawSearchOptions()
'field' => 'completename',
'name' => __('Status'),
'datatype' => 'dropdown',
'condition' => ['is_visible_computer' => 1]
'condition' => ['is_visible_enclosure' => 1]
];

$tab[] = [
Expand Down

0 comments on commit 99e26dc

Please sign in to comment.