Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Jul 8, 2024
1 parent cac54c9 commit 5cb5306
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/Nova/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function fields(NovaRequest $request): array
})->filterable()
->showOnPreview(),

Tab::panel('Relations', [
Tab::group('Relations', [
BelongsToMany::make('Purchasers', 'purchasers', User::class)
->fields(new Fields\BookPurchase(null, true))
->actions(function () {
Expand Down
2 changes: 1 addition & 1 deletion app/Nova/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function fields(NovaRequest $request): array

Text::make('Type')->onlyOnDetail(),

Tab::panel('Details', [
Tab::group('Details', [
Panel::make('Additional Details', [
KeyValue::make('Data'),

Expand Down
2 changes: 1 addition & 1 deletion app/Nova/Subscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function fields(NovaRequest $request): array
])
->asJson(),

Tab::panel('Additional Details', [
Tab::group('Additional Details', [
Panel::make('Security', [
Password::make('Password', 'password')
->onlyOnForms()
Expand Down

0 comments on commit 5cb5306

Please sign in to comment.