fix: ltr style of phonenumber in layout
This commit is contained in:
@@ -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 }[] = [
|
||||
|
||||
Reference in New Issue
Block a user