Commit c98c3a31 authored by “Yevgeniy's avatar “Yevgeniy

changes to reverse the title in weekcalendar

parent a660c196
...@@ -136,7 +136,7 @@ function WeekCalendar() { ...@@ -136,7 +136,7 @@ function WeekCalendar() {
hourDue = hour + 2 hourDue = hour + 2
} }
const newTask = { const newTask = {
title: "Тест задание", title: "Задача",
description: "описание", description: "описание",
priority: '', priority: '',
dateTimeStart: dateToISOLikeButLocal(new Date(year, month, dayNumber, hour, 0)), 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