From 2915b8ee13f749cb28d20f15b9b0a3369a7ae79a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 19 Nov 2025 08:26:15 +0000 Subject: (최겸) 구매 피드백 수정 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bidding/create/bidding-create-dialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/bidding/create/bidding-create-dialog.tsx') diff --git a/components/bidding/create/bidding-create-dialog.tsx b/components/bidding/create/bidding-create-dialog.tsx index c7d79435..ad9555db 100644 --- a/components/bidding/create/bidding-create-dialog.tsx +++ b/components/bidding/create/bidding-create-dialog.tsx @@ -320,7 +320,7 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp // 생성된 입찰의 상세 페이지로 이동 if ('data' in result && result.data?.id) { - router.push(`/evcp/bid/${result.data.id}`) + router.push(`/evcp/bid/${result.data.id}/info`) } setIsOpen(false) -- cgit v1.2.3