mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix SSO provider dialog closing when switching pill toggle tabs (#1515)
This commit is contained in:
parent
8b2bcbca69
commit
0db13f412a
@ -97,6 +97,7 @@ export function DesignPillToggle({
|
||||
|
||||
const pill = (
|
||||
<button
|
||||
type="button"
|
||||
key={option.id}
|
||||
onClick={() => handleClick(option.id)}
|
||||
disabled={loadingOptionId !== null}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user