mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 17:21:08 +02:00
Fix whoopsie
This commit is contained in:
parent
eb0bad82e6
commit
e7ee86a914
@ -191,7 +191,7 @@ class EditProfile extends \Filament\Pages\Auth\EditProfile
|
||||
Tab::make('API Keys')
|
||||
->icon('tabler-key')
|
||||
->schema([
|
||||
Grid::make('asdf')->columns(5)->schema([
|
||||
Grid::make(5)->schema([
|
||||
Section::make('Create API Key')->columnSpan(3)->schema([
|
||||
TextInput::make('description')
|
||||
->live(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user