Fix whoopsie

This commit is contained in:
Lance Pioch 2024-06-23 22:31:41 -04:00
parent eb0bad82e6
commit e7ee86a914

View File

@ -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(),