Fix bug where RadioButtonSelect treated an omitted isFocus parameter (#6274)

This commit is contained in:
Jacob Richman
2025-08-14 16:48:54 -07:00
committed by GitHub
parent f4b7840e7f
commit 992ada16e2
4 changed files with 87 additions and 26 deletions
@@ -147,7 +147,6 @@ export function AuthDialog({
items={items}
initialIndex={initialAuthIndex}
onSelect={handleAuthSelect}
isFocused={true}
/>
</Box>
{errorMessage && (