커밋 메세지 메뉴별 대중소 정리

This commit is contained in:
DDD1542
2025-12-29 17:56:26 +09:00
parent 00376202fd
commit 87caa4b3ca
48 changed files with 32 additions and 32 deletions

View File

@@ -141,7 +141,7 @@ export function RoleManagement() {
// 상세 페이지로 이동
const handleViewDetail = useCallback(
(role: RoleGroup) => {
router.push(`/admin/roles/${role.objid}`);
router.push(`/admin/userMng/rolesList/${role.objid}`);
},
[router],
);