We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071e6fa commit 88719d0Copy full SHA for 88719d0
hwproj.front/src/components/Courses/CourseExperimental.tsx
@@ -292,6 +292,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
292
deadlineDateNotSet: false,
293
deadlineDate: undefined,
294
isDeadlineStrict: false,
295
+ description: "",
296
tasks: [],
297
tags: []
298
},
@@ -332,6 +333,7 @@ export const CourseExperimental: FC<ICourseExperimentalProps> = (props) => {
332
333
title: `Новая задача`,
334
tags: homework.tags,
335
isDeferred: homework.isDeferred,
336
337
id
338
}
339
0 commit comments