diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 02:50:02 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 02:50:02 +0000 |
| commit | 766f95945a7ca0fdb258d6a83229593e4fcccfa6 (patch) | |
| tree | 3374364b5a90b2704d7ebd18ab404bf6e8fe69e2 /lib/techsales-rfq/table/create-rfq-top-dialog.tsx | |
| parent | e4b2bef735e6aab6a5ecae9a017c5c618a6d3a4b (diff) | |
(최겸) 기술영업 RFQ 견적 프로젝트별 생성 기능 추가
Diffstat (limited to 'lib/techsales-rfq/table/create-rfq-top-dialog.tsx')
| -rw-r--r-- | lib/techsales-rfq/table/create-rfq-top-dialog.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/techsales-rfq/table/create-rfq-top-dialog.tsx b/lib/techsales-rfq/table/create-rfq-top-dialog.tsx index 6536e230..ef2229ac 100644 --- a/lib/techsales-rfq/table/create-rfq-top-dialog.tsx +++ b/lib/techsales-rfq/table/create-rfq-top-dialog.tsx @@ -75,7 +75,6 @@ type CreateTopRfqFormValues = z.infer<typeof createTopRfqSchema> interface WorkTypeOption { code: OffshoreTopWorkType name: string - description: string } interface CreateTopRfqDialogProps { @@ -346,6 +345,7 @@ export function CreateTopRfqDialog({ onCreated }: CreateTopRfqDialogProps) { selectedProjectId={field.value} onProjectSelect={handleProjectSelect} placeholder="입찰 프로젝트를 선택하세요" + pjtType="TOP" /> </FormControl> <FormMessage /> |
