fix: bugs

This commit is contained in:
sajjadtalkhabi
2026-07-30 17:40:41 +03:30
parent 36b747d267
commit 38051db180
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ export const getEnumObject = (enumArray, key = 'value', value = 'label') =>
export const ROLES = Object.freeze([
{ value: 'admin', label: 'مدیر', changeable: false },
{ value: 'student', label: 'دانشجو', changeable: true },
{ value: 'student', label: 'طلبه', changeable: true },
{ value: 'teacher', label: 'استاد', changeable: true },
{ value: 'counselor', label: 'مشاور', changeable: true },
{ value: 'missionary', label: 'مبلغ', changeable: true },
@@ -79,7 +79,7 @@ export const UNIVERSITY_LEVEL = Object.freeze({
bachelor: ' مقطع کارشناسی (لیسانس)',
master: ' مقطع کارشناسی ارشد (فوق لیسانس)',
phd: ' مقطع دکتری',
not_applicable: 'دانشجو نیستم',
not_applicable: 'طلبه نیستم',
})
export const PROPAGATION_PLATFORM = Object.freeze({