diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-19 08:26:15 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-11-19 08:26:15 +0000 |
| commit | 2915b8ee13f749cb28d20f15b9b0a3369a7ae79a (patch) | |
| tree | da6555d8b206c43b9b9780dbe2f489d1556a2980 /components/bidding/create/bidding-create-dialog.tsx | |
| parent | d5a143d6e404644707efad20f9be753fcab5463e (diff) | |
(최겸) 구매 피드백 수정
Diffstat (limited to 'components/bidding/create/bidding-create-dialog.tsx')
| -rw-r--r-- | components/bidding/create/bidding-create-dialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|
