Skip to content

Commit 9aa07f7

Browse files
committed
Remove 'overlimit' case
1 parent 05b855f commit 9aa07f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/app/src/specs/RunStatusDots.vue

-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ const dotClasses = computed(() => {
156156
case 'FAILED':
157157
return 'icon-light-red-400'
158158
case 'ERRORED':
159-
case 'OVERLIMIT':
160159
case 'TIMEDOUT':
161160
return 'icon-light-orange-400'
162161
case 'UNCLAIMED':

0 commit comments

Comments
 (0)