feat: Update status color for failed knowledge processing
This commit is contained in:
parent
79e5113ee8
commit
e7b70e5b8d
@ -37,8 +37,9 @@ export const KnowledgeSettings = () => {
|
||||
|
||||
const statusColor = {
|
||||
finished: "green",
|
||||
processing: "blue",
|
||||
pending: "gray"
|
||||
processing: "yellow",
|
||||
pending: "gray",
|
||||
failed: "red"
|
||||
}
|
||||
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user