mirror of https://github.com/Chocobozzz/PeerTube
Client: fix prod compilation
parent
758b996dc6
commit
a2457e9de4
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue