This commit is contained in:
sajjadtalkhabi
2026-05-21 15:51:32 +03:30
parent 8990ceaddd
commit 74227d5021
71 changed files with 2014 additions and 1666 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ export const ASSIGNMENT_PRIORITY = Object.freeze({
})
export const TICKET_STATUS = Object.freeze({
pending: 'در انتظار پاسخ',
open: 'باز',
answered: 'پاسخ داده شده',
closed: 'بسته شده',
})