Fix translatable label

This commit is contained in:
Deluan 2022-02-10 18:18:03 -05:00 committed by Joe Stump
parent 913d75b9f2
commit 8bdc7690d7
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -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' }}