You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -146,6 +147,29 @@ public function generator(Request $request, ?LabelProfile $profile = null): Resp
146
147
]);
147
148
}
148
149
150
+
if ($form->get('update_profile')->isClicked() && $profileinstanceof LabelProfile && $this->isGranted('edit', $profile)) { //@phpstan-ignore-line Phpstan does not recognize the isClicked method
0 commit comments