From c2a98293236d3d19a5f6310bc8f28ef1bd8d266c Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Thu, 26 Dec 2024 17:51:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20route=20=E0=B9=80?= =?UTF-8?q?=E0=B8=84=E0=B8=A3=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=87=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.config.ts b/src/app.config.ts index 485e0beea..9dd8f3ead 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -153,8 +153,6 @@ const generatePopupPath = (routeName: any) => { return `${path}/chapter-6-2-admin-registry`; } else if (routeName.includes("registry-employee")) { return `${path}/chapter-6-3-admin-registry`; - } else if (routeName.includes("insignia")) { - return `${path}/chapter-13-admin-insignia`; } else if (routeName.includes("acting")) { return `${path}/chapter-4-admin-acting`; } else if (routeName.includes("positionEmployee")) {