fix:banner

This commit is contained in:
Rama Priyanto 2025-05-26 14:28:54 +07:00
parent 5c430a9733
commit bf5c67d241
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default function HeaderNews() {
search: "", search: "",
limit: "10", limit: "10",
sort: "desc", sort: "desc",
categoryByIds: "791802", categoryIds: "791802",
isPublish: true, isPublish: true,
}; };
const response = await getListArticle(req); const response = await getListArticle(req);