Skip to content

Commit 5a91f6c

Browse files
committed
chore(logs): drop unused LOG_COLUMN_ORDER and LogColumnKey
1 parent a95a80f commit 5a91f6c

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

  • apps/sim/app/workspace/[workspaceId]/logs

apps/sim/app/workspace/[workspaceId]/logs/utils.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ export const LOG_COLUMNS = {
1616
duration: { width: 'w-[20%]', minWidth: 'min-w-[100px]', label: 'Duration' },
1717
} as const
1818

19-
export type LogColumnKey = keyof typeof LOG_COLUMNS
20-
21-
export const LOG_COLUMN_ORDER: readonly LogColumnKey[] = [
22-
'workflow',
23-
'date',
24-
'status',
25-
'cost',
26-
'trigger',
27-
'duration',
28-
] as const
29-
3019
export const DELETED_WORKFLOW_LABEL = 'Deleted Workflow'
3120
export const DELETED_WORKFLOW_COLOR = 'var(--text-tertiary)'
3221

0 commit comments

Comments
 (0)