change data clinics & page clinics tab about & contact & doctors
This commit is contained in:
@@ -26,7 +26,7 @@ function ModalSearchCity() {
|
||||
{ label: 'شهر سه', id: 30 }
|
||||
];
|
||||
|
||||
const [open, setOpen] = useState(true);
|
||||
const [open, setOpen] = useState(false);
|
||||
const handleOpen = () => setOpen(true);
|
||||
const handleClose = () => setOpen(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user