fix: admin courses

This commit is contained in:
sajjadtalkhabi
2026-05-27 14:47:19 +03:30
parent 7eb2984f5e
commit cb86920015
50 changed files with 787 additions and 649 deletions
+2 -1
View File
@@ -148,6 +148,7 @@ export const COURSE_CONTENT_TYPE_ACCEPT = Object.freeze({
export const SESSION_TYPE = Object.freeze({
in_person: 'حضوری',
online: 'آنلاین',
offline: 'آفلاین',
video: 'ویدئو',
audio: 'صوتی',
text: 'متن',
@@ -201,7 +202,7 @@ export const SERVICE_TYPE = Object.freeze({
})
export const CONSULTATION_STATUS = Object.freeze({
in_progress: 'در حال گفتگو',
open: 'در حال گفتگو',
answered: 'پاسخ داده شده',
closed: 'بسته شده',
})