mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 21:17:37 +03:00
Fix translatable label
This commit is contained in:
parent
028723f721
commit
2ddd3acba6
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ const PlaylistFilter = (props) => {
|
|||
{permissions === 'admin' && (
|
||||
<ReferenceInput
|
||||
source="owner_id"
|
||||
label={'resources.playlist.fields.ownerName'}
|
||||
reference="user"
|
||||
perPage={0}
|
||||
sort={{ field: 'name', order: 'ASC' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue