Fix AlbumLink label in Songs view

This commit is contained in:
Deluan
2020-04-16 10:26:24 -04:00
parent f8d9b1508e
commit 605253446a
2 changed files with 2 additions and 11 deletions
-1
View File
@@ -11,6 +11,5 @@ export const AlbumLinkField = (props) => (
)
AlbumLinkField.defaultProps = {
source: 'albumId',
addLabel: true
}