- 부가서비스 접근 권한 체크 및 제한 주석 해제

- 제한 다이얼로그 텍스트 영문 적용
This commit is contained in:
HyeonJongKim
2025-10-30 17:41:11 +09:00
parent 0d43510307
commit e2a4430821
11 changed files with 36 additions and 34 deletions

View File

@@ -174,9 +174,9 @@ export const AccountHolderSearchPage = () => {
sortType
]);
// if (!hasAccess) {
// return <AccessDeniedDialog />;
// }
if (!hasAccess) {
return <AccessDeniedDialog />;
}
return (
<>