사용자관리 권한 관리 수정 X -> W

This commit is contained in:
Jay Sheen
2025-11-10 16:30:10 +09:00
parent 725efae918
commit bcd4e17edf

View File

@@ -41,7 +41,7 @@ export const UserManageWrap = () => {
}; };
const onClickToNavigation = () => { const onClickToNavigation = () => {
if (!checkGrant(45, 'X')) { if (!checkGrant(45, 'W')) {
showAlert(t('common.nopermission')); showAlert(t('common.nopermission'));
return; return;
} }