Skip to content

Commit 88719d0

Browse files
committed
Homework/Task: пустое описание по умолчанию
1 parent 071e6fa commit 88719d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hwproj.front/src/components/Courses/CourseExperimental.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
292292
deadlineDateNotSet: false,
293293
deadlineDate: undefined,
294294
isDeadlineStrict: false,
295+
description: "",
295296
tasks: [],
296297
tags: []
297298
},
@@ -332,6 +333,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
332333
title: `Новая задача`,
333334
tags: homework.tags,
334335
isDeferred: homework.isDeferred,
336+
description: "",
335337
id
336338
}
337339

0 commit comments

Comments
 (0)