커밋 메세지 메뉴별 대중소 정리
This commit is contained in:
@@ -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],
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user