Merge branch 'main' of https://gitlab.com/hanifsalafi/mediahub_redesign into dev-sabda-v2

This commit is contained in:
Sabda Yagra 2025-11-06 16:18:39 +07:00
commit dbabd36687
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,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"