Fix ReactAdmin console warnings
This commit is contained in:
@@ -22,10 +22,10 @@ const Personal = () => {
|
||||
return (
|
||||
<Card className={classes.root}>
|
||||
<Title title={'Navidrome - ' + translate('menu.personal')} />
|
||||
<SimpleForm toolbar={false}>
|
||||
<SimpleForm toolbar={null}>
|
||||
<SelectInput
|
||||
source="theme"
|
||||
initialValue={currentTheme}
|
||||
defaultValue={currentTheme}
|
||||
choices={themeChoices}
|
||||
onChange={(event) => {
|
||||
dispatch(changeTheme(event.target.value))
|
||||
|
||||
Reference in New Issue
Block a user