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 = {
|
const statusColor = {
|
||||||
finished: "green",
|
finished: "green",
|
||||||
processing: "blue",
|
processing: "yellow",
|
||||||
pending: "gray"
|
pending: "gray",
|
||||||
|
failed: "red"
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user