Skip to content

Commit

Permalink
fix: wrong RadioGroup optionType value (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
imshenshen authored Jul 16, 2024
1 parent 6d55283 commit 9bb5357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/element/src/radio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type RadioGroupProps = ElRadioGroupProps & {
})
| string
)[]
optionType: 'defalt' | 'button'
optionType: 'default' | 'button'
}

export type RadioProps = ElRadioProps
Expand Down

0 comments on commit 9bb5357

Please sign in to comment.