We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f00018 commit 9cc0465Copy full SHA for 9cc0465
1 file changed
apps/webapp/app/components/runs/v3/DeploymentStatus.tsx
@@ -137,6 +137,7 @@ export const deploymentStatuses: WorkerDeploymentStatus[] = [
137
"DEPLOYED",
138
"FAILED",
139
"TIMED_OUT",
140
+ "CANCELED",
141
];
142
143
export function deploymentStatusDescription(status: WorkerDeploymentStatus): string {
0 commit comments