이용자제재 수정
This commit is contained in:
@@ -228,7 +228,7 @@ const UserBlockRegist = () => {
|
|||||||
showToast('USER_BLOCK_VALIDATION_WARNING', {type: alertTypes.warning});
|
showToast('USER_BLOCK_VALIDATION_WARNING', {type: alertTypes.warning});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
showModal('USER_BLOCK_REGIST_CONFIRM', {
|
showModal('USER_BLOCK_REGIST_CONFIRM', {
|
||||||
type: alertTypes.confirm,
|
type: alertTypes.confirm,
|
||||||
onConfirm: () => handleSubmit('registConfirm'),
|
onConfirm: () => handleSubmit('registConfirm'),
|
||||||
|
|||||||
Reference in New Issue
Block a user