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
@@ -19,7 +19,7 @@ const PER_PAGE = 20;
export const NOT_VISITED_STATUSES = ['pending', 'confirmed'];
const STATUS_OPTIONS: { value: string; label: string }[] = [
{ value: '', label: 'ویزیت‌نشده‌ها (پیش‌فرض)' },
{ value: '', label: 'ویزیت‌نشده‌ها: ثبت شده + قطعی شده (پیش‌فرض)' },
{ value: 'pending', label: 'ثبت شده' },
{ value: 'confirmed', label: 'قطعی شده' },
{ value: 'following_up', label: 'در حال پیگیری' },