From 721e3d5c025e635b8eb518ae67d011495dd89f21 Mon Sep 17 00:00:00 2001 From: Majd_dk Date: Sun, 27 Jul 2025 15:24:35 +0300 Subject: [PATCH] #52 remove hint of answer --- src/Pages/Admin/question/Model/Field/ChoiceFields.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }} /> - )} + )} */}
);