fix: ltr style of phonenumber in layout

This commit is contained in:
Sajad Mirjalili
2025-09-14 13:41:26 +03:30
parent 7267b6033f
commit a42da2d4c4
3 changed files with 12 additions and 6 deletions

View File

@@ -28,8 +28,8 @@ interface SettingsState {
}
const languageOptions = [
{ code: 'en', label: 'English', apiValue: 1 },
{ code: 'fa', label: 'فارسی', apiValue: 2 },
{ code: 'fa', label: 'فارسی', apiValue: 1 },
{ code: 'en', label: 'English', apiValue: 2 },
];
const calendarOptions: { key: CalendarType; apiValue: number }[] = [