in page add doctor change data state & component & save data & request to send data & change component folder
This commit is contained in:
@@ -17,7 +17,6 @@ function SendAppo({ hour }) {
|
||||
slot: hour,
|
||||
})
|
||||
.then((res) => {
|
||||
console.log(res);
|
||||
setLoading(false);
|
||||
})
|
||||
.catch((err) => {
|
||||
|
||||
Reference in New Issue
Block a user