diff --git a/web/src/components/CourseRedactor.vue b/web/src/components/CourseRedactor.vue index 7e1cca55..1e3cf6c9 100644 --- a/web/src/components/CourseRedactor.vue +++ b/web/src/components/CourseRedactor.vue @@ -137,7 +137,7 @@
ДАТА
- +
@@ -289,6 +289,9 @@ props: ["authorName", "authorPicture", "accessToken", "courseId", "live"], data() { return { + disabledDates: { + to: new Date(new Date().setDate(new Date().getDate() - 1)), + }, titles: {}, mounting: false, viewSection: 'course',