Commit c98c3a31 authored by “Yevgeniy's avatar “Yevgeniy

changes to reverse the title in weekcalendar

parent a660c196
......@@ -136,7 +136,7 @@ function WeekCalendar() {
hourDue = hour + 2
}
const newTask = {
title: "Тест задание",
title: "Задача",
description: "описание",
priority: '',
dateTimeStart: dateToISOLikeButLocal(new Date(year, month, dayNumber, hour, 0)),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment