Keep optimistic rendering when changing the sort order for the current album

This commit is contained in:
Deluan
2020-04-09 18:53:44 -04:00
parent b9f601dfb4
commit b429949dd9
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -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 }}