Skip to content

Commit 0acf8eb

Browse files
committed
Task: исправлена ошибка валидации
1 parent 4efa5b1 commit 0acf8eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hwproj.front/src/components/Tasks/CourseTaskExperimental.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ const CourseTaskEditor: FC<{
258258
size="small"
259259
required
260260
fullWidth
261-
error={maxRating <= 0 || maxRating > 100}
261+
error={maxRating <= 0}
262262
helperText={maxRatingLabel}
263263
style={{width: "90px", marginTop: 3}}
264264
label="Баллы"

0 commit comments

Comments
 (0)