Retry state conflicts and always render server picker
Build and Deploy Gateway / build-and-push (push) Successful in 25s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-19 00:36:39 +03:00
parent dc1fd76c44
commit 7cb25d0633
4 changed files with 27 additions and 10 deletions
@@ -487,7 +487,7 @@ function ProfileGroup({
inert={!expanded ? true : undefined}
>
<div className="client-profile-body-inner">
{!localStatus && renderServerPicker(profile, {
{renderServerPicker(profile, {
disabled: controlsBlocked,
leaving: false,
revealVersion: feature.revealVersions[profile.id] || 0,