Add another sort for videos
This commit is contained in:
parent
c5e0f37c73
commit
9e734f891a
|
@ -28,7 +28,7 @@ const CONFIG = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const SORTABLE_COLUMNS = {
|
const SORTABLE_COLUMNS = {
|
||||||
VIDEOS_SEARCH: [ 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes', 'match' ],
|
VIDEOS_SEARCH: [ 'name', 'duration', 'createdAt', 'publishedAt', 'originallyPublishedAt', 'views', 'likes', 'match' ],
|
||||||
CHANNELS_SEARCH: [ 'match', 'displayName', 'createdAt' ]
|
CHANNELS_SEARCH: [ 'match', 'displayName', 'createdAt' ]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue