Skip to content

Commit d025e65

Browse files
committed
chore: remove unused asyncExecute color
1 parent ede7bac commit d025e65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/console/src/features/timeline/timeline.utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ const eventTextColorMap: Record<string, string> = {
2727
changesetCreated: 'text-purple-500',
2828
changesetStateChanged: 'text-purple-500',
2929
cronScheduled: 'text-blue-500',
30-
asyncExecute: 'text-indigo-500',
3130
pubsubPublish: 'text-teal-500',
3231
pubsubConsume: 'text-teal-500',
3332
deploymentRuntime: 'text-purple-500',

0 commit comments

Comments
 (0)