remove without proccess and add minute to operator

This commit is contained in:
2026-06-10 13:49:22 +03:30
parent 9ee9132ed8
commit 8753f23146
2 changed files with 2 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
import { Stack } from "@mui/material";
import Create from "./Actions/Create";
import CreateWithoutProcess from "./Actions/CreateWithoutProcess";
// import CreateWithoutProcess from "./Actions/CreateWithoutProcess";
const Toolbar = ({ table, filterData, mutate }) => {
return (
<Stack direction={"row"} spacing={1}>
<Create mutate={mutate} />
<CreateWithoutProcess mutate={mutate} />
{/*<CreateWithoutProcess mutate={mutate} />*/}
</Stack>
);
};

View File

@@ -42,7 +42,6 @@ const MissionDates = ({ control }) => {
name="start_time"
error={error}
value={field.value}
views={["hours"]}
placeholder={"زمان شروع ماموریت را وارد کنید"}
label={"زمان شروع ماموریت"}
setFieldValue={(name, value) => field.onChange(value || null)}