feat: update default label for not visited statuses in doctor appointments panel
This commit is contained in:
@@ -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: 'در حال پیگیری' },
|
||||
|
||||
Reference in New Issue
Block a user