From 9b2930375d486ffdd4dce2ec617fdb0f169aaac2 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Wed, 1 Oct 2025 15:00:44 +0700 Subject: [PATCH] chore(FE-40): fix bank link --- src/config/constant.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/constant.ts b/src/config/constant.ts index 84b24e04..1abf588a 100644 --- a/src/config/constant.ts +++ b/src/config/constant.ts @@ -22,7 +22,7 @@ export const MAIN_DRAWER_LINKS = [ }, { title: 'Bank', - link: '/master-data/Bank', + link: '/master-data/bank', icon: 'mdi:bank-outline', }, {