Fix ContextMenu column label
This commit is contained in:
@@ -72,6 +72,7 @@ const SongList = (props) => {
|
||||
<DurationField source="duration" />
|
||||
{isDesktop ? (
|
||||
<SongContextMenu
|
||||
source={'starred'}
|
||||
label={translate('resources.song.fields.starred')}
|
||||
sortBy={'starred DESC, starredAt ASC'}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user