We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1f693 commit feff563Copy full SHA for feff563
src/Filament/RelationManagers/FieldsRelationManager.php
@@ -39,10 +39,10 @@ public function form(Schema $schema): Schema
39
return $schema
40
->components([
41
Grid::make()
42
- ->columns(3)
+ ->columnSpanFull()
43
->schema([
44
Section::make('Field')
45
46
47
TextInput::make('name')
48
->label(__('Name'))
@@ -114,7 +114,7 @@ public function form(Schema $schema): Schema
114
115
]),
116
Section::make('Configuration')
117
118
->schema(fn (Get $get) => $this->getFieldTypeFormSchema(
119
$get('field_type')
120
))
0 commit comments