사용자 권한 관리 컴포넌트 타입 정리 및 코드 개선
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ export const AccountUserTab = ({
|
||||
activeTab,
|
||||
mid,
|
||||
usrid,
|
||||
idCl,
|
||||
idCL,
|
||||
status,
|
||||
}: AccountUserTabProps) => {
|
||||
const { navigate } = useNavigate();
|
||||
@@ -21,7 +21,7 @@ export const AccountUserTab = ({
|
||||
state: {
|
||||
mid: mid,
|
||||
usrid: usrid,
|
||||
idCl: idCl,
|
||||
idCL: idCL,
|
||||
status: status
|
||||
}
|
||||
});
|
||||
@@ -31,7 +31,7 @@ export const AccountUserTab = ({
|
||||
state: {
|
||||
mid: mid,
|
||||
usrid: usrid,
|
||||
idCl: idCl,
|
||||
idCL: idCL,
|
||||
status: status
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user