mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Client: fix prod compilation
This commit is contained in:
@@ -12,7 +12,7 @@ export class VideoSortComponent {
|
||||
|
||||
@Input() currentSort: SortField;
|
||||
|
||||
sortChoices: { [ id: SortField ]: string } = {
|
||||
sortChoices: { [ P in SortField ]: string } = {
|
||||
'name': 'Name - Asc',
|
||||
'-name': 'Name - Desc',
|
||||
'duration': 'Duration - Asc',
|
||||
|
||||
Reference in New Issue
Block a user