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 bfa8848 commit d377ab0Copy full SHA for d377ab0
src/Fields/Repeater.php
@@ -242,8 +242,7 @@ private static function generateTableColumns(Collection $children): array
242
$children = $children->sortBy('position');
243
244
foreach ($children as $child) {
245
- $columns[] = TableColumn::make($child['slug'])
246
- ->label($child['name'] ?? $child['slug']);
+ $columns[] = TableColumn::make($child['slug']);
247
}
248
249
return $columns;
0 commit comments