feat(doctors): add loading state management and pass filter to sendReq

This commit is contained in:
hamed
2026-06-21 16:24:09 +03:30
parent cb13ba3f45
commit cbae19d270
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function Content({
const { matchedState } = getStateInfoClient();
const handleClick = () => {
handleClose();
sendReq();
sendReq(filter);
};
const updateData = (name, value) => {