diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:41:55 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-15 04:41:55 +0000 |
| commit | 7305a614ca20d50e6ab50bbcfbb128a6f1f90e53 (patch) | |
| tree | 92317f538a4368fa54447ef25fc3ad3616f1b349 /lib/tech-vendors/table/update-vendor-sheet.tsx | |
| parent | c5002d77087b256599b174ada611621657fcc523 (diff) | |
(최겸) 기술영업 벤더 개발
Diffstat (limited to 'lib/tech-vendors/table/update-vendor-sheet.tsx')
| -rw-r--r-- | lib/tech-vendors/table/update-vendor-sheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tech-vendors/table/update-vendor-sheet.tsx b/lib/tech-vendors/table/update-vendor-sheet.tsx index c33bbf03..cc6b4003 100644 --- a/lib/tech-vendors/table/update-vendor-sheet.tsx +++ b/lib/tech-vendors/table/update-vendor-sheet.tsx @@ -326,7 +326,7 @@ export function UpdateVendorSheet({ vendor, ...props }: UpdateVendorSheetProps) <FormLabel>업체승인상태</FormLabel> <FormControl> <Select - value={field.value} + value={field.value || ""} onValueChange={field.onChange} > <SelectTrigger className="w-full"> |
