Skip to content

Commit

Permalink
chore: Make exam possible options editable on edit mode
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGT96 committed Oct 18, 2024
1 parent 32aabd2 commit 4be4e73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ const ExamForm: FC<IExamProps> = ({
errorText={getErrorText(`rows.${index}`)}
onBlur={formik.handleBlur}
type="text"
disabled={isLoading || !creationMode}
disabled={isLoading}
/>
</div>
{(formik.values.rows as string[]).length > 2 && (
Expand Down

0 comments on commit 4be4e73

Please sign in to comment.