fix sections on customization tab

This commit is contained in:
Boy132 2025-07-22 16:18:36 +02:00
parent 4e1980c051
commit a26b7f1c04

View File

@ -400,6 +400,7 @@ class EditProfile extends BaseEditProfile
'grid' => trans('profile.grid'),
'table' => trans('profile.table'),
]),
]),
Section::make(trans('profile.console'))
->collapsible()
->icon('tabler-brand-tabler')
@ -491,7 +492,6 @@ class EditProfile extends BaseEditProfile
]),
]),
]),
]),
])
->operation('edit')