From f30678aa2956620177e61cbcc0fb57e9ce6872f1 Mon Sep 17 00:00:00 2001 From: 0-Zz-ang Date: Sat, 9 Aug 2025 01:09:20 +0900 Subject: (박서영)docu-list-rule페이지 내 프로젝트 해양만조회가능하도록 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[lng]/evcp/(evcp)/docu-list-rule/number-types/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/[lng]/evcp/(evcp)/docu-list-rule/number-types/page.tsx b/app/[lng]/evcp/(evcp)/docu-list-rule/number-types/page.tsx index 6fa010c7..58af176f 100644 --- a/app/[lng]/evcp/(evcp)/docu-list-rule/number-types/page.tsx +++ b/app/[lng]/evcp/(evcp)/docu-list-rule/number-types/page.tsx @@ -3,7 +3,7 @@ import { Shell } from "@/components/shell"; import { Skeleton } from "@/components/ui/skeleton"; import { DataTableSkeleton } from "@/components/data-table/data-table-skeleton"; import { NumberTypesTable } from "@/lib/docu-list-rule/number-types/table/number-types-table"; -import { getNumberTypes } from "@/lib/docu-list-rule/number-types/service"; +import { getNumberTypesWithConfigs } from "@/lib/docu-list-rule/number-types/service"; import { InformationButton } from "@/components/information/information-button"; import { searchParamsNumberTypesCache } from "@/lib/docu-list-rule/number-types/validation"; @@ -15,7 +15,7 @@ export default async function IndexPage(props: IndexPageProps) { const searchParams = await props.searchParams; const promises = Promise.all([ - getNumberTypes( + getNumberTypesWithConfigs( searchParamsNumberTypesCache.parse(searchParams) ), ]); -- cgit v1.2.3