Display comments in SongDetails and AlbumList's details
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
const sanitizeFieldRestProps = ({
|
||||
addLabel,
|
||||
allowEmpty,
|
||||
basePath,
|
||||
cellClassName,
|
||||
className,
|
||||
emptyText,
|
||||
formClassName,
|
||||
fullWidth,
|
||||
headerClassName,
|
||||
label,
|
||||
linkType,
|
||||
link,
|
||||
locale,
|
||||
record,
|
||||
resource,
|
||||
sortable,
|
||||
sortBy,
|
||||
sortByOrder,
|
||||
source,
|
||||
textAlign,
|
||||
translateChoice,
|
||||
...props
|
||||
}) => props
|
||||
|
||||
export default sanitizeFieldRestProps
|
||||
Reference in New Issue
Block a user