-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Labels
bugVerified bug by the Nova teamVerified bug by the Nova teamfix incomingA fix is in reviewA fix is in review
Description
- Nova Version: 5.0.3
- PHP Version: 8.4
Description:
The default panel and Tab::group() seems to not have a gap in-between. The same applys to default panel and HasMany relation panel.
Detailed steps to reproduce the issue on a fresh Nova installation:
public function fields() {
return [
// ...snip
Text::make('Contact name'),
Text::make('Contact email'),
Text::make('Contact phone'),
Tab::group('Details', [
HasMany::make('Invoices', 'invoices', ContractInvoice::class),
HasMany::make('Contracts', 'contracts', Contract::class),
HasMany::make('Metering points', 'meteringPoints', MeteringPoint::class),
]),
];
}saschaende and smartens80
Metadata
Metadata
Assignees
Labels
bugVerified bug by the Nova teamVerified bug by the Nova teamfix incomingA fix is in reviewA fix is in review
