사용자관리 권한 관리 수정 X -> W
This commit is contained in:
@@ -41,7 +41,7 @@ export const UserManageWrap = () => {
|
||||
};
|
||||
|
||||
const onClickToNavigation = () => {
|
||||
if (!checkGrant(45, 'X')) {
|
||||
if (!checkGrant(45, 'W')) {
|
||||
showAlert(t('common.nopermission'));
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user