mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
adding expired state to exports
This commit is contained in:
parent
b84ca669c6
commit
c002a592d1
@ -40,6 +40,8 @@ export const SingleExport: React.FC<Props> = ({ service, refreshing }) => {
|
|||||||
? "bg-yellow-500/20 text-yellow-500"
|
? "bg-yellow-500/20 text-yellow-500"
|
||||||
: service.status === "failed"
|
: service.status === "failed"
|
||||||
? "bg-red-500/20 text-red-500"
|
? "bg-red-500/20 text-red-500"
|
||||||
|
: service.status === "expired"
|
||||||
|
? "bg-orange-500/20 text-orange-500"
|
||||||
: ""
|
: ""
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user