save data modal & change list selectors & handle redirect in modal page doctors

This commit is contained in:
Ehsan
2025-05-16 13:52:47 +03:30
parent 328e11c21c
commit a016d3319a
7 changed files with 79 additions and 28 deletions
+3 -2
View File
@@ -17,10 +17,11 @@ function DoctorsPage({ params, matchedCity, matchedState }) {
});
const [data, setData] = useState({
category: "",
expertise: "",
turn: true,
gender: 0,
degree: 0,
gender: "خانم",
degree: "فوق تخصص",
});
useEffect(() => {