diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-09 10:32:34 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-09 10:32:34 +0000 |
| commit | c62ec046327fd388ebce04571b55910747e69a3b (patch) | |
| tree | 41ccdc4a8dea99808622f6d5d52014ac59a2d7ab /config | |
| parent | ebcec3f296d1d27943caf8a3aed26efef117cdc5 (diff) | |
(정희성, 최겸, 대표님) formatDate 변경 등
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index 0f6a7fd7..c5f5075a 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -227,6 +227,11 @@ export const mainNav: MenuSection[] = [ href: "/evcp/vendor-regular-registrations", descriptionKey: "menu.vendor_management.vendor_regular_registrations_desc", }, + { + titleKey: "menu.vendor_management.vendor_consent", + href: "/evcp/consent", + descriptionKey: "menu.vendor_management.vendor_consent_desc", + }, ], }, { |
