CFE-3 complete and debug all structure and write validation part of test for inputs and work on select box of mui after this

This commit is contained in:
2023-10-10 17:30:22 +03:30
parent b3ea71862a
commit 45f2597dac
14 changed files with 387 additions and 175 deletions

View File

@@ -28,13 +28,13 @@ export const handler = [
data: [
{
id: 1,
name: "passenger_office_chief",
name_fa: "رئیس اداره مسافری استان"
name: "admin",
name_fa: "ادمین"
},
{
id: 4,
name: "province_manager",
name_fa: "مدیر کل استانی"
id: 2,
name: "manager",
name_fa: "مدیر"
}
]
}))