feat: update default label for not visited statuses in doctor appointments panel

This commit is contained in:
hamed
2026-07-19 11:55:13 +03:30
parent 4e78a76824
commit fe2783480e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ present, the legacy nested-array response below is returned unchanged. With **an
present the response is the standard paginated envelope
(`{ success, data: [...], meta: { totalRecords, totalPages, currentPage, limit } }`).
The doctor dashboard filter bar uses the paginated form, defaulting `statuses` to
`pending`, `confirmed`, `following_up`, `salon` (i.e. "not yet visited").
`pending` + `confirmed` (i.e. "not yet visited").
### Response `200`
```json