사용자 locale 변경 시 menus와 user-menus 재호출

This commit is contained in:
hyeonsu
2025-08-28 10:09:57 +09:00
parent 49f812f444
commit 404984a652
3 changed files with 13 additions and 4 deletions

View File

@@ -180,5 +180,6 @@ export const useMenu = (user: any, authLoading: boolean) => {
isMenuLoading: menuState.isLoading,
handleMenuClick,
toggleMenu,
refreshMenus: loadMenuData, // 메뉴 새로고침 함수 추가
};
};