fix filter gender, req and set new data when delete all filters, show date time with timestamp in doctors list, fix send data in home page list specialty, change data of params for request to doctors in doctors page
This commit is contained in:
@@ -21,8 +21,6 @@ function Content({
|
||||
const handleClick = () => {
|
||||
setLoading(true);
|
||||
sendReq().finally(() => {
|
||||
console.log("asd");
|
||||
|
||||
setLoading(false);
|
||||
handleClose();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user