mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: deployment color
This commit is contained in:
@@ -31,8 +31,10 @@ export function deploymentStatusConverter(status: string) {
|
||||
case 'queued':
|
||||
return 'waiting';
|
||||
case 'cancelled':
|
||||
return 'failed';
|
||||
return 'processing';
|
||||
case 'failed':
|
||||
return 'failed';
|
||||
default:
|
||||
return 'processing';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user