mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix SSO provider dialog closing when switching pill toggle tabs (#1515)
This commit is contained in:
parent
ef37c7bd3e
commit
0f4ac3f405
@ -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