From e7b70e5b8d74326383b9aaa2c2d23b6e4e092cc3 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Tue, 16 Jul 2024 10:19:29 +0530 Subject: [PATCH] feat: Update status color for failed knowledge processing --- src/components/Option/Knowledge/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/Option/Knowledge/index.tsx b/src/components/Option/Knowledge/index.tsx index 8d5f28a..f1ad058 100644 --- a/src/components/Option/Knowledge/index.tsx +++ b/src/components/Option/Knowledge/index.tsx @@ -37,8 +37,9 @@ export const KnowledgeSettings = () => { const statusColor = { finished: "green", - processing: "blue", - pending: "gray" + processing: "yellow", + pending: "gray", + failed: "red" } return (