Clean up code a bit

This commit is contained in:
Deluan
2020-09-06 11:54:30 -04:00
parent a25044bdf6
commit 34af6fc671
3 changed files with 19 additions and 21 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const AlbumShow = (props) => {
{...props}
albumId={props.id}
title={<Title subTitle={record.name} />}
actions={<AlbumActions albumId={props.id} />}
actions={<AlbumActions record={record} />}
filter={{ album_id: props.id }}
resource={'albumSong'}
exporter={false}