Skip to content

Commit ba26403

Browse files
committed
Merge branch 'feat/form-layout-components' of github.com:backstagephp/fields into feat/form-layout-components
2 parents e02ce68 + b75a1bf commit ba26403

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Fields/Repeater.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Filament\Forms\Components\TextInput;
1818
use Filament\Schemas\Components\Grid;
1919
use Filament\Schemas\Components\Section;
20-
use Filament\Schemas\Components\Section as InfoSection;
2120
use Filament\Schemas\Components\Tabs;
2221
use Filament\Schemas\Components\Tabs\Tab;
2322
use Filament\Schemas\Components\Utilities\Get;
@@ -78,7 +77,6 @@ public static function make(string $name, ?Field $field = null): Input
7877
$input = $input->compact();
7978
}
8079

81-
8280
if ($isReorderableWithButtons) {
8381
$input = $input->reorderableWithButtons();
8482
}
@@ -257,8 +255,6 @@ protected function excludeFromBaseSchema(): array
257255
return ['defaultValue'];
258256
}
259257

260-
261-
262258
private static function generateSchemaFromChildren(Collection $children, bool $isTableMode = false): array
263259
{
264260
$schema = [];

0 commit comments

Comments
 (0)