summaryrefslogtreecommitdiff
path: root/lib/tbe-tech/table
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 03:36:16 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-05-30 03:36:16 +0000
commit2fdce8d7a57c792bba0ac36fa554dca9c9cc31e3 (patch)
tree32383a85f691c04619abafc4bd9dedf269e78128 /lib/tbe-tech/table
parent6ce9a6e26fea92f82ab26cf4bb0837f170162dd0 (diff)
(김준회) 기술영업 조선 RFQ 오류 수정 및 선종 필터 기능 추가
Diffstat (limited to 'lib/tbe-tech/table')
-rw-r--r--lib/tbe-tech/table/tbe-table.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tbe-tech/table/tbe-table.tsx b/lib/tbe-tech/table/tbe-table.tsx
index 3537f16a..16f86786 100644
--- a/lib/tbe-tech/table/tbe-table.tsx
+++ b/lib/tbe-tech/table/tbe-table.tsx
@@ -145,7 +145,7 @@ export function AllTbeTable({ promises }: VendorsTableProps) {
// -----------------------------------------------------------
// 댓글 시트 열기
// -----------------------------------------------------------
- async function openCommentSheet(vendorId: number, rfqId: number, tbeId: number) {
+ async function openCommentSheet(vendorId: number, rfqId: number, tbeId?: number) {
setInitialComments([])
setIsLoadingComments(true)
const comments = rowAction?.row.original.comments?.filter(c => c.evaluationId === tbeId)