This commit is contained in:
unknown
2025-03-26 15:43:36 +07:00
parent 8a593c7b5e
commit bba83795c9
4 changed files with 173 additions and 54 deletions

View File

@ -210,8 +210,8 @@ const ManageMenusContextProvider = ({ children }: { children: React.ReactNode })
name: child.name,
link: child.link,
id_parent: child.id_parent,
status: parent.status,
order_number: parent.order_number
status: child.status,
order_number: child.order_number
};
});