fea/nhat-dat-11042026-merge #1

Closed
minhnhat wants to merge 27 commits from UKSOURCE/cms.hailearning.edu.vn:fea/nhat-dat-11042026-merge into fea/nhat-13042028-merge-kiet-thien
Showing only changes of commit 18f4d5f4a0 - Show all commits

View File

@@ -35,7 +35,7 @@ const syncServiceMenu = async (serviceItems = []) => {
.map((s, index) => ({
title: s.name,
slug: slugify(s.name, { lower: true, strict: true }),
url: `/services/${s.slug}`,
url: `/services/details/${s.slug}`,
parentId,
order: index + 1,
status: "active",