Fix JS console error
This commit is contained in:
@@ -114,6 +114,7 @@ const AlbumSongs = (props) => {
|
|||||||
bpm: isDesktop && <NumberField source="bpm" sortable={false} />,
|
bpm: isDesktop && <NumberField source="bpm" sortable={false} />,
|
||||||
rating: isDesktop && config.enableStarRating && (
|
rating: isDesktop && config.enableStarRating && (
|
||||||
<RatingField
|
<RatingField
|
||||||
|
resource={'song'}
|
||||||
source="rating"
|
source="rating"
|
||||||
sortable={false}
|
sortable={false}
|
||||||
className={classes.ratingField}
|
className={classes.ratingField}
|
||||||
|
|||||||
Reference in New Issue
Block a user