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 bf5f0eb commit 2be969fCopy full SHA for 2be969f
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