feature/machines_report #6

Merged
aminghasempoor merged 5 commits from feature/machines_report into develop 2026-06-14 05:41:55 +00:00
2 changed files with 0 additions and 3 deletions
Showing only changes of commit 61ed1980f1 - Show all commits

View File

@@ -38,7 +38,6 @@ const StartMissionContent = ({ rowId, mutate, setOpenStartMissionDialog }) => {
const onSubmit = (values) => {
const formattedDate = values.start_date;
const formattedTime = format(values.start_time, "HH:mm");
console.log(formattedDate, formattedTime);
requestServer(`${START_MISSION}/${rowId}`, "post", {
data: {

View File

@@ -91,8 +91,6 @@ const MachinesReportsPage = () => {
mode: "all",
});
console.log(data);
return (
<Stack spacing={1}>
<PageTitle title={"کارتابل گزارش ماشین‌ها"} />