Skip to content

Commit 9cc0465

Browse files
committed
Show the canceled status description in the dashboard
1 parent 0f00018 commit 9cc0465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/components/runs/v3/DeploymentStatus.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ export const deploymentStatuses: WorkerDeploymentStatus[] = [
137137
"DEPLOYED",
138138
"FAILED",
139139
"TIMED_OUT",
140+
"CANCELED",
140141
];
141142

142143
export function deploymentStatusDescription(status: WorkerDeploymentStatus): string {

0 commit comments

Comments
 (0)