mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-17 20:51:07 +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')
|
Tab::make('API Keys')
|
||||||
->icon('tabler-key')
|
->icon('tabler-key')
|
||||||
->schema([
|
->schema([
|
||||||
Grid::make('asdf')->columns(5)->schema([
|
Grid::make(5)->schema([
|
||||||
Section::make('Create API Key')->columnSpan(3)->schema([
|
Section::make('Create API Key')->columnSpan(3)->schema([
|
||||||
TextInput::make('description')
|
TextInput::make('description')
|
||||||
->live(),
|
->live(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user