+
diff --git a/components/panel/addDoctor/index.js b/components/panel/addDoctor/index.js
index 0662a71..f48dc7d 100644
--- a/components/panel/addDoctor/index.js
+++ b/components/panel/addDoctor/index.js
@@ -9,7 +9,7 @@ import GeneralInformation from "./listMenu/generalInformation";
import Step from "./Step";
function AddDoctorPage() {
- const [value, setValue] = useState(0);
+ const [value, setValue] = useState(2);
const [data, setData] = useState({
general: {
name: { value: "احسان احمدی", isEdit: false },
diff --git a/components/panel/addDoctor/listMenu/workingDays/modal/Form.js b/components/panel/addDoctor/listMenu/workingDays/modal/Form.js
index 25192fd..481c683 100644
--- a/components/panel/addDoctor/listMenu/workingDays/modal/Form.js
+++ b/components/panel/addDoctor/listMenu/workingDays/modal/Form.js
@@ -23,26 +23,26 @@ function Form({
return (
-
+
-
+
-
+
diff --git a/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js b/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js
index 028620e..71b402e 100644
--- a/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js
+++ b/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js
@@ -6,7 +6,7 @@ function Radios({ value, handleChange }) {
dir="ltr"
defaultValue={value}
onChange={handleChange}
- className="!flex !flex-row !mb-[24px] !my-[40px] !gap-[36px] !items-center !justify-end"
+ className="!flex radio-mui !flex-row !mb-[24px] !my-[40px] !gap-[36px] !items-center !justify-end"
sx={{
"& .muirtl-j204z7-MuiFormControlLabel-root": {
marginLeft: "0 !important",