Keep optimistic rendering when changing the sort order for the current album
This commit is contained in:
@@ -24,6 +24,7 @@ const AlbumShow = (props) => {
|
||||
<AlbumDetails {...props} classes={classes} record={record} />
|
||||
<AlbumSongs
|
||||
{...props}
|
||||
albumId={props.id}
|
||||
title={<Title subTitle={record.name} />}
|
||||
actions={<AlbumActions />}
|
||||
filter={{ album_id: props.id }}
|
||||
|
||||
Reference in New Issue
Block a user