summaryrefslogtreecommitdiff
path: root/lib/techsales-rfq/table/create-rfq-top-dialog.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/techsales-rfq/table/create-rfq-top-dialog.tsx')
-rw-r--r--lib/techsales-rfq/table/create-rfq-top-dialog.tsx2
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 />