diff options
Diffstat (limited to 'components/pq-input/pq-input-tabs.tsx')
| -rw-r--r-- | components/pq-input/pq-input-tabs.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/pq-input/pq-input-tabs.tsx b/components/pq-input/pq-input-tabs.tsx index 4e5272f5..a37a52db 100644 --- a/components/pq-input/pq-input-tabs.tsx +++ b/components/pq-input/pq-input-tabs.tsx @@ -1078,7 +1078,7 @@ export function PQInputTabs({ name={`answers.${answerIndex}.vendorReply`} render={({ field }) => ( <FormItem className="mt-2"> - <FormLabel className="text-blue-600">벤더 Reply</FormLabel> + <FormLabel className="text-blue-600">벤더 Reply (선택사항)</FormLabel> <FormControl> <Textarea {...field} |
