refactor: [subscription] SubscriptionClient 제거 + 사용량 페이지 정리
This commit is contained in:
@@ -99,7 +99,7 @@ export function SubscriptionManagement({ initialData }: SubscriptionManagementPr
|
||||
try {
|
||||
const result = await requestDataExport('all');
|
||||
if (result.success) {
|
||||
toast.success('내보내기 요청이 등록되었습니다. 완료되면 알림을 보내드립니다.');
|
||||
toast.success('자료 내보내기가 완료되었습니다.');
|
||||
} else {
|
||||
toast.error(result.error || '내보내기 요청에 실패했습니다.');
|
||||
}
|
||||
@@ -144,7 +144,7 @@ export function SubscriptionManagement({ initialData }: SubscriptionManagementPr
|
||||
<>
|
||||
<PageLayout>
|
||||
<PageHeader
|
||||
title="구독관리"
|
||||
title="이용현황"
|
||||
description="구독 정보와 사용량을 관리합니다"
|
||||
icon={CreditCard}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user