diff --git a/src/modules/07_issues/store.ts b/src/modules/07_issues/store.ts index 30809595..0c983f7d 100644 --- a/src/modules/07_issues/store.ts +++ b/src/modules/07_issues/store.ts @@ -16,7 +16,7 @@ export const useIssueStore = defineStore("issue", () => { { label: "Dev กำลังดำเนินการ", value: "IN_PROGRESS" }, { label: "แก้ไขแล้ว", value: "RESOLVED" }, { label: "Helpdesk กำลังดำเนินการ", value: "HELPDESK_IN_PROGRESS" }, - { label: "แจ้งกลับแล้ว", value: "REPLIED " }, + { label: "แจ้งกลับแล้ว", value: "REPLIED" }, { label: "ปิดแล้ว", value: "CLOSED" }, ]);