Skip to content

Commit 156dc21

Browse files
Baspagithub-actions[bot]
authored andcommitted
Fix styling
1 parent 13e552f commit 156dc21

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Fields/FormSchemas/VisibilityRulesSchema.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Backstage\Fields\Fields\FormSchemas;
44

5-
use Filament\Forms;
6-
use Backstage\Fields\Models\Field;
75
use Backstage\Fields\Fields\Helpers\FieldOptionsHelper;
6+
use Backstage\Fields\Models\Field;
7+
use Filament\Forms;
88

99
class VisibilityRulesSchema
1010
{
@@ -77,6 +77,7 @@ public static function make(): array
7777

7878
if (isset($state['field'])) {
7979
$field = Field::find($state['field']);
80+
8081
return $field->name ?? null;
8182
}
8283

0 commit comments

Comments
 (0)