add component hour field to page add-doctor

This commit is contained in:
Ehsan
2024-09-15 19:49:14 +03:30
parent 5606a7e53f
commit f732a495f9
5 changed files with 153 additions and 29 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const listTab = ['اطلاعات عمومی', 'اطلاعات مطب', 'نوبت
function AddDoctorPage() {
const [value, setValue] = useState(0);
const [value, setValue] = useState(3);
const [open, setOpen] = useState(false);
const handleChange = (event, newValue) => setValue(newValue);