feat: reorder AI serving option in conversation filter options
This commit is contained in:
@@ -19,9 +19,9 @@ import { generateUUID } from "@/lib/utils"
|
|||||||
|
|
||||||
export const agentConversationFilterOptions = [
|
export const agentConversationFilterOptions = [
|
||||||
// { value: "mine", label: "我的" },
|
// { value: "mine", label: "我的" },
|
||||||
{ value: "ai_serving", label: "AI接待中" },
|
|
||||||
{ value: "active", label: "处理中" },
|
{ value: "active", label: "处理中" },
|
||||||
{ value: "pending", label: "待接入" },
|
{ value: "pending", label: "待接入" },
|
||||||
|
{ value: "ai_serving", label: "AI接待中" },
|
||||||
{ value: "closed", label: "已关闭" },
|
{ value: "closed", label: "已关闭" },
|
||||||
] as const
|
] as const
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user