Display comments in SongDetails and AlbumList's details

This commit is contained in:
Deluan
2020-11-11 11:58:03 -05:00
parent 98af68ac99
commit 5111cf8c33
5 changed files with 97 additions and 0 deletions
+26
View File
@@ -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