add field number in step 3

This commit is contained in:
Ehsan
2024-10-20 01:00:34 +03:30
parent 2b64cb3601
commit 46c33c6eb9
6 changed files with 45 additions and 21 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import GeneralInformation from "./listMenu/generalInformation";
import Step from "./Step";
function AddDoctorPage() {
const [value, setValue] = useState(1);
const [value, setValue] = useState(0);
const [data, setData] = useState({
general: {
name: { value: "", placeholder: "احسان احمدی", isEdit: true },