catalogSpecialists

This commit is contained in:
Mikola
2024-02-01 22:32:55 +03:00
parent 66e6b4c7d7
commit 6dbb4eb609
8 changed files with 180 additions and 165 deletions

View File

@ -97,6 +97,7 @@ const ReportForm = () => {
apiRequest("/reports/create", {
method: "POST",
data: {
user_id: localStorage.getItem("id"),
tasks: inputs,
difficulties: troublesInputValue,
tomorrow: scheduledInputValue,