From 430f28a84759f192a8784ecf20b289b0674808d0 Mon Sep 17 00:00:00 2001 From: Boy132 Date: Wed, 22 Oct 2025 16:00:31 +0200 Subject: [PATCH] Add "cancel" button to profile (#1821) --- app/Filament/Pages/Auth/EditProfile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Filament/Pages/Auth/EditProfile.php b/app/Filament/Pages/Auth/EditProfile.php index 2dca5db74..86d811af3 100644 --- a/app/Filament/Pages/Auth/EditProfile.php +++ b/app/Filament/Pages/Auth/EditProfile.php @@ -555,6 +555,7 @@ class EditProfile extends BaseEditProfile { return [ $this->getSaveFormAction()->formId('form'), + $this->getCancelFormAction()->formId('form'), ]; }