fix: change clickCount to favorite in landing
This commit is contained in:
parent
78518f038e
commit
5c7b8b7a34
|
|
@ -75,7 +75,7 @@ const NewContent = (props: { group: string; type: string }) => {
|
|||
title: "",
|
||||
page: 0,
|
||||
size: 5,
|
||||
sortBy: props.type == "popular" ? "clickCount" : "createdAt",
|
||||
sortBy: props.type == "popular" ? "favorite" : "createdAt",
|
||||
contentTypeId:
|
||||
selectedTab == "image"
|
||||
? "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue