From e7ee86a9149b5e10ecfc9f28dee640ec6aa5a17d Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sun, 23 Jun 2024 22:31:41 -0400 Subject: [PATCH] Fix whoopsie --- app/Filament/Resources/UserResource/Pages/EditProfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/UserResource/Pages/EditProfile.php b/app/Filament/Resources/UserResource/Pages/EditProfile.php index f59a5b56e..dc712163a 100644 --- a/app/Filament/Resources/UserResource/Pages/EditProfile.php +++ b/app/Filament/Resources/UserResource/Pages/EditProfile.php @@ -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(),