mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fixed a name typo in a radio button
This commit is contained in:
@@ -37,7 +37,7 @@ export default function Settings({ portalContainer }: Props) {
|
||||
<label className={styles.Option}>
|
||||
<input
|
||||
type="radio"
|
||||
name="Settings-Settings-theme"
|
||||
name="Settings-theme"
|
||||
checked={theme === 'auto'}
|
||||
value="auto"
|
||||
onChange={updateTheme}
|
||||
|
||||
Reference in New Issue
Block a user