send city and state matched by domain in first request page /doctors, send data from field home page with key name, add link for name of doctor in /doctors page and active redirect linke to doctor item page

This commit is contained in:
Ehsan
2025-09-14 05:05:08 +03:30
parent f0e8a753c3
commit 153cb5bc9f
3 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function RedirectLink({ data }) {
if (specialtyItem) {
filters.specialty = specialtyItem.name;
} else {
filters.search = data.search;
filters.name = data.search;
}
}