Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into dev-sabda-v2
This commit is contained in:
commit
dbabd36687
|
|
@ -77,7 +77,7 @@ const NewContent = (props: { group: string; type: string }) => {
|
||||||
title: "",
|
title: "",
|
||||||
page: 0,
|
page: 0,
|
||||||
size: 5,
|
size: 5,
|
||||||
sortBy: props.type == "popular" ? "clickCount" : "createdAt",
|
sortBy: props.type == "popular" ? "favorite" : "createdAt",
|
||||||
contentTypeId:
|
contentTypeId:
|
||||||
selectedTab == "image"
|
selectedTab == "image"
|
||||||
? "1"
|
? "1"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue