- 테스트용 > 접근제한 임시 해제
This commit is contained in:
@@ -101,8 +101,8 @@ export const SmsPaymentFilter = ({
|
|||||||
selectValue={searchCl}
|
selectValue={searchCl}
|
||||||
selectSetter={setSearchCl}
|
selectSetter={setSearchCl}
|
||||||
selectOptions={searchTypeOption}
|
selectOptions={searchTypeOption}
|
||||||
inputValue={searchValue}
|
inputValue={filterSearchValue}
|
||||||
inputSetter={setSearchValue}
|
inputSetter={setFilterSearchValue}
|
||||||
></FilterSelectInput>
|
></FilterSelectInput>
|
||||||
<FilterCalendar
|
<FilterCalendar
|
||||||
startDate={filterFromDate}
|
startDate={filterFromDate}
|
||||||
|
|||||||
@@ -213,9 +213,9 @@ export const AccountHolderSearchPage = () => {
|
|||||||
sortType
|
sortType
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!hasAccess) {
|
// if (!hasAccess) {
|
||||||
return <AccessDeniedDialog />;
|
// return <AccessDeniedDialog />;
|
||||||
}
|
// }
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -277,9 +277,9 @@ export const AlimtalkListPage = () => {
|
|||||||
sendCl
|
sendCl
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!hasAccess) {
|
// if (!hasAccess) {
|
||||||
return <AccessDeniedDialog />;
|
// return <AccessDeniedDialog />;
|
||||||
}
|
// }
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -233,9 +233,9 @@ export const FaceAuthPage = () => {
|
|||||||
sortType
|
sortType
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!hasAccess) {
|
// if (!hasAccess) {
|
||||||
return <AccessDeniedDialog />;
|
// return <AccessDeniedDialog />;
|
||||||
}
|
// }
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
@@ -196,9 +196,9 @@ export const KeyInPaymentPage = () => {
|
|||||||
sortType
|
sortType
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (!hasAccess) {
|
// if (!hasAccess) {
|
||||||
return <AccessDeniedDialog />;
|
// return <AccessDeniedDialog />;
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user