From 434ed3c869b8fa78a1f68d129e6207a54af712be Mon Sep 17 00:00:00 2001 From: Gildong Date: Thu, 1 Feb 2024 13:31:58 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EB=8B=A8=EC=9D=BC/=EB=8B=A4=EC=A4=91?= =?UTF-8?q?=EC=84=A0=ED=83=9D=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/surveytype/CheckBox.tsx | 2 +- frontend/src/components/surveytype/MultipleChoice.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/surveytype/CheckBox.tsx b/frontend/src/components/surveytype/CheckBox.tsx index 5817e4d..4f8d82d 100644 --- a/frontend/src/components/surveytype/CheckBox.tsx +++ b/frontend/src/components/surveytype/CheckBox.tsx @@ -74,7 +74,7 @@ function CheckBox({ idx, data, handleImageUpload, updateQuestion, copyQuestion, - 체크박스 + 체크박스(다중선택)
- 객관식 + 객관식(단일선택)