Fix colour of album actions

This commit is contained in:
Deluan
2020-04-03 22:35:55 -04:00
parent b8f7715a74
commit 656ca1f3b5
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ const AlbumShow = (props) => {
filter={{ album_id: props.id }}
resource={'albumSong'}
exporter={false}
perPage={1000}
perPage={-1}
pagination={null}
sort={{ field: 'discNumber asc, trackNumber asc', order: 'ASC' }}
bulkActionButtons={<AlbumSongBulkActions />}