Переписываю спорные решения

Фикс отправки отчета, проверка на массив в map в Description.js
This commit is contained in:
2023-01-17 22:14:05 +03:00
parent 42e2d0e181
commit 6b0b5e991c
21 changed files with 220 additions and 231 deletions

View File

@ -58,7 +58,7 @@ const ReportForm = () => {
const handler = () => {
apiRequest('/reports/create', {
method: 'POST',
body: {
data: {
tasks: inputs,
difficulties: troublesInputValue,
tomorrow: scheduledInputValue,