no message

This commit is contained in:
setthawutttty 2025-06-23 10:06:43 +07:00
parent f6e4520b61
commit e07055a642

View file

@ -151,7 +151,6 @@ const API = {
const path = import.meta.env.VITE_MANUAL_URL ?? "";
const generatePopupPath = (routeName: any) => {
console.log("🚀 ~ generatePopupPath ~ routeName:", routeName);
if (routeName.includes("metadata")) {
return `${path}/chapter-2-admin-metadata`;
} else if (routeName == "registryNew" || routeName == "registryNewByid") {