diff --git a/src/Pages/Admin/question/Model/Field/ChoiceFields.tsx b/src/Pages/Admin/question/Model/Field/ChoiceFields.tsx index cfd7283..e68185f 100644 --- a/src/Pages/Admin/question/Model/Field/ChoiceFields.tsx +++ b/src/Pages/Admin/question/Model/Field/ChoiceFields.tsx @@ -87,7 +87,7 @@ const ChoiceFields = ({ index }: { index: number; data: Choice }) => {
- {ShowHint && ( + {/* {ShowHint && ( { showCount={false} autoSize={{ minRows: 2, maxRows: 10 }} /> - )} + )} */}
);