From 6fd0aab26f66c70ca00db3d84a9679ce2368374d Mon Sep 17 00:00:00 2001 From: webserver-lab Date: Wed, 3 Jun 2026 16:28:23 +0330 Subject: [PATCH] fix update ticket at status bug --- core/constant/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/constant/index.ts b/core/constant/index.ts index b1219ce..04c0ea8 100644 --- a/core/constant/index.ts +++ b/core/constant/index.ts @@ -29,7 +29,7 @@ export const ticketStatuses = [ dotClass: "bg-blue-600", }, { - id: "in-progress", + id: "in_progress", displayName: "در حال بررسی", bgClass: "bg-amber-50 text-amber-700 ring-amber-200", dotClass: "bg-amber-600",