Skip to content

Commit

Permalink
Update ChaosForms.php
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Apr 25, 2024
1 parent 1bde013 commit 9466be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/ChaosResource/ChaosForms.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static function showSideSection(string $operation, array $sideSections, F
$visibleSideSections = [];
foreach ($sideSections as $sideSection) {
if ($sideSection->isVisible()) {
$visibleSideSections[] = $sideSection;
//$visibleSideSections[] = $sideSection;
}
}

Expand Down

0 comments on commit 9466be4

Please sign in to comment.