Fix SSO provider dialog closing when switching pill toggle tabs (#1515)

This commit is contained in:
Konsti Wohlwend 2026-05-28 17:37:19 -07:00 committed by GitHub
parent 8b2bcbca69
commit 0db13f412a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,7 @@ export function DesignPillToggle({
const pill = (
<button
type="button"
key={option.id}
onClick={() => handleClick(option.id)}
disabled={loadingOptionId !== null}