feat(doctors): add loading state management and pass filter to sendReq
This commit is contained in:
@@ -18,7 +18,7 @@ function Content({
|
||||
const { matchedState } = getStateInfoClient();
|
||||
const handleClick = () => {
|
||||
handleClose();
|
||||
sendReq();
|
||||
sendReq(filter);
|
||||
};
|
||||
|
||||
const updateData = (name, value) => {
|
||||
|
||||
Reference in New Issue
Block a user