Add 'download' option to album context menu

This commit is contained in:
Deluan
2020-08-05 14:57:59 -04:00
parent 8e4b2e1c06
commit 38c19eddc3
6 changed files with 35 additions and 12 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ const AlbumShow = (props) => {
{...props}
albumId={props.id}
title={<Title subTitle={record.name} />}
actions={<AlbumActions />}
actions={<AlbumActions albumId={props.id} />}
filter={{ album_id: props.id }}
resource={'albumSong'}
exporter={false}