사용자 권한 관리 컴포넌트 타입 정리 및 코드 개선

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-29 10:51:17 +09:00
parent 9711b50b5f
commit 55bca427c2
11 changed files with 40 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ export const UserManageAuthList = ({
key={item.usrid}
usrid={item.usrid}
mid={mid}
idCl={item.idCl}
idCL={item.idCL}
status={item.status}
/>
))}