Add "cancel" button to profile (#1821)

This commit is contained in:
Boy132 2025-10-22 16:00:31 +02:00 committed by GitHub
parent 1a4fa5e67a
commit 430f28a847
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -555,6 +555,7 @@ class EditProfile extends BaseEditProfile
{
return [
$this->getSaveFormAction()->formId('form'),
$this->getCancelFormAction()->formId('form'),
];
}