mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-20 22:07:43 +03:00
Fix "Failed prop type: Invalid prop variant
" in console
This commit is contained in:
parent
932c108e82
commit
22582392a0
@ -12,7 +12,7 @@ import {
|
||||
} from 'react-admin'
|
||||
import { Title } from '../common'
|
||||
|
||||
const SyncFragment = ({ formData, ...rest }) => {
|
||||
const SyncFragment = ({ formData, variant, ...rest }) => {
|
||||
return (
|
||||
<Fragment>
|
||||
{formData.path && <BooleanInput source="sync" {...rest} />}
|
||||
|
Loading…
x
Reference in New Issue
Block a user