Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into prod
This commit is contained in:
commit
8e2fa0425d
|
|
@ -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